PHP Code:
new PlayerXP[33][MAXCLASSES], PlayerLevel[33][MAXCLASSES]
Added so that the "xp" and "level" variables are also indexed by a class number.
This separates the "xp" and "level" from each class.
After changing that, I had to change all other lines that used those 2 variables.
Also, the save/load is different since there is more data to save/load.
__________________