mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[11928] Some warning fixes
This commit is contained in:
parent
7c827733f5
commit
c6a751134c
18 changed files with 28 additions and 38 deletions
|
|
@ -1677,7 +1677,7 @@ bool Group::InCombatToInstance(uint32 instanceId)
|
|||
return false;
|
||||
}
|
||||
|
||||
bool Group::SetPlayerMap(const ObjectGuid guid, uint32 mapid)
|
||||
bool Group::SetPlayerMap(ObjectGuid guid, uint32 mapid)
|
||||
{
|
||||
member_witerator slot = _getMemberWSlot(guid);
|
||||
if (slot != m_memberSlots.end())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue