Apply style fix pt5

This commit is contained in:
Antz 2020-01-14 13:12:16 +00:00
parent 4727d8846f
commit 1a1110b4f7
67 changed files with 648 additions and 214 deletions

View file

@ -259,7 +259,9 @@ ObjectAccessor::ConvertCorpseForPlayer(ObjectGuid player_guid, bool insignia)
bones->Create(corpse->GetGUIDLow());
for (int i = 3; i < CORPSE_END; ++i) // don't overwrite guid and object type
{ bones->SetUInt32Value(i, corpse->GetUInt32Value(i)); }
{
bones->SetUInt32Value(i, corpse->GetUInt32Value(i));
}
bones->SetGrid(corpse->GetGrid());
// bones->m_time = m_time; // don't overwrite time