[Bug Fix] Fix Group XP not working. (#2748)

This commit is contained in:
Aeadoin
2023-01-16 19:10:19 -05:00
committed by GitHub
parent f1a6006ee1
commit be03628aa9
3 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ public:
bool IsGroup() { return true; }
void SendGroupJoinOOZ(Mob* NewMember);
void CastGroupSpell(Mob* caster,uint16 spellid);
void SplitExp(uint64 exp, Mob* other);
void SplitExp(const uint64 exp, Mob* other);
void GroupMessage(Mob* sender,uint8 language,uint8 lang_skill,const char* message);
void GroupMessageString(Mob* sender, uint32 type, uint32 string_id, const char* message,const char* message2=0,const char* message3=0,const char* message4=0,const char* message5=0,const char* message6=0,const char* message7=0,const char* message8=0,const char* message9=0, uint32 distance = 0);
uint32 GetTotalGroupDamage(Mob* other);