Added exp for level mod, misc fixes.

This commit is contained in:
root
2013-05-22 07:19:09 -05:00
parent 1e5d6b0e34
commit 930fda07c9
4 changed files with 64 additions and 33 deletions
+1
View File
@@ -1130,6 +1130,7 @@ public:
void mod_client_death_duel(Mob* killerMob);
void mod_client_death_env();
int32 mod_client_xp(int32 in_exp, NPC *npc);
uint32 mod_client_xp_for_level(uint32 xp, uint16 check_level);
protected:
friend class Mob;