minor styling fix
This commit is contained in:
parent
fa9836f6d0
commit
b2b03d3e85
@ -144,8 +144,7 @@ void ObjectAccessor::KickPlayer(ObjectGuid guid)
|
||||
}
|
||||
}
|
||||
|
||||
Corpse*
|
||||
ObjectAccessor::GetCorpseForPlayerGUID(ObjectGuid guid)
|
||||
Corpse* ObjectAccessor::GetCorpseForPlayerGUID(ObjectGuid guid)
|
||||
{
|
||||
ACE_GUARD_RETURN(LockType, guard, i_corpseGuard, nullptr)
|
||||
|
||||
@ -198,8 +197,7 @@ void ObjectAccessor::AddCorpse(Corpse* corpse)
|
||||
sObjectMgr.AddCorpseCellData(corpse->GetMapId(), cell_id, corpse->GetOwnerGuid().GetCounter(), corpse->GetInstanceId());
|
||||
}
|
||||
|
||||
void
|
||||
ObjectAccessor::AddCorpsesToGrid(GridPair const& gridpair, GridType& grid, Map* map)
|
||||
void ObjectAccessor::AddCorpsesToGrid(GridPair const& gridpair, GridType& grid, Map* map)
|
||||
{
|
||||
ACE_GUARD(LockType, guard, i_corpseGuard)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user