mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Fixed warnings
This commit is contained in:
@@ -99,12 +99,12 @@ Group* GroupMgr::GetGroupByGUID(uint32 groupId) const
|
||||
|
||||
void GroupMgr::AddGroup(Group* group)
|
||||
{
|
||||
GroupStore[group->GetGUID()] = group;
|
||||
GroupStore[group->GetLowGUID()] = group;
|
||||
}
|
||||
|
||||
void GroupMgr::RemoveGroup(Group* group)
|
||||
{
|
||||
GroupStore.erase(group->GetGUID());
|
||||
GroupStore.erase(group->GetLowGUID());
|
||||
}
|
||||
|
||||
void GroupMgr::LoadGroups()
|
||||
|
||||
Reference in New Issue
Block a user