mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +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
|
|
@ -8415,6 +8415,12 @@ void ObjectMgr::RemoveGroup( Group* group )
|
|||
mGroupMap.erase(GUID_LOPART(group->GetLeaderGUID()));
|
||||
}
|
||||
|
||||
void ObjectMgr::UpdateGroup( uint32 old_guidlow, Group* group )
|
||||
{
|
||||
mGroupMap.erase(old_guidlow);
|
||||
AddGroup(group);
|
||||
}
|
||||
|
||||
void ObjectMgr::AddArenaTeam( ArenaTeam* arenaTeam )
|
||||
{
|
||||
mArenaTeamMap[arenaTeam->GetId()] = arenaTeam;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue