mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9284] Realy fixed crash source added in [9228] now.
This commit is contained in:
parent
868a4d20a4
commit
66c8c75914
4 changed files with 11 additions and 7 deletions
|
|
@ -411,11 +411,7 @@ class ObjectMgr
|
|||
Group * GetGroupByLeaderLowGUID(uint32 lowguid) const;
|
||||
void AddGroup(Group* group);
|
||||
void RemoveGroup(Group* group);
|
||||
void UpdateGroup(Group* group) // when need update leader guid as group key
|
||||
{
|
||||
RemoveGroup(group);
|
||||
AddGroup(group);
|
||||
}
|
||||
void UpdateGroup(uint32 old_guidlow, Group* group); // when need update leader guid as group key
|
||||
|
||||
Guild* GetGuildByLeader(uint64 const&guid) const;
|
||||
Guild* GetGuildById(uint32 GuildId) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue