[11928] Some warning fixes

This commit is contained in:
zergtmn 2012-02-16 20:31:48 +06:00
parent 7c827733f5
commit c6a751134c
18 changed files with 28 additions and 38 deletions

View file

@ -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())