mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 11:31:30 +00:00
[Cleanup] Remove Unused Group Methods (#4559)
This commit is contained in:
parent
6172c49b08
commit
0f164c456e
@ -63,7 +63,6 @@ public:
|
|||||||
void AddMember(const std::string& new_member_name);
|
void AddMember(const std::string& new_member_name);
|
||||||
void SendUpdate(uint32 type,Mob* member);
|
void SendUpdate(uint32 type,Mob* member);
|
||||||
void SendLeadershipAAUpdate();
|
void SendLeadershipAAUpdate();
|
||||||
void SendWorldGroup(uint32 zone_id,Mob* zoningmember);
|
|
||||||
bool DelMemberOOZ(const char *Name);
|
bool DelMemberOOZ(const char *Name);
|
||||||
bool DelMember(Mob* oldmember,bool ignoresender = false);
|
bool DelMember(Mob* oldmember,bool ignoresender = false);
|
||||||
void DisbandGroup(bool joinraid = false);
|
void DisbandGroup(bool joinraid = false);
|
||||||
@ -73,7 +72,6 @@ public:
|
|||||||
bool IsGroupMember(Mob* c);
|
bool IsGroupMember(Mob* c);
|
||||||
bool IsGroupMember(const char* name);
|
bool IsGroupMember(const char* name);
|
||||||
bool Process();
|
bool Process();
|
||||||
bool IsGroup() { return true; }
|
|
||||||
void SendGroupJoinOOZ(Mob* NewMember);
|
void SendGroupJoinOOZ(Mob* NewMember);
|
||||||
void CastGroupSpell(Mob* caster,uint16 spellid);
|
void CastGroupSpell(Mob* caster,uint16 spellid);
|
||||||
void SplitExp(ExpSource exp_source, const uint64 exp, Mob* other);
|
void SplitExp(ExpSource exp_source, const uint64 exp, Mob* other);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user