mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core: Codestyle cleanup
This commit is contained in:
@@ -54,7 +54,7 @@ ObjectGridRespawnMover::Visit(CreatureMapType &m)
|
||||
// move to respawn point to prevent this case. For player view in respawn grid this will be normal respawn.
|
||||
for (CreatureMapType::iterator iter = m.begin(); iter != m.end();)
|
||||
{
|
||||
Creature * c = iter->getSource();
|
||||
Creature* c = iter->getSource();
|
||||
++iter;
|
||||
|
||||
ASSERT(!c->isPet() && "ObjectGridRespawnMover don't must be called for pets");
|
||||
|
||||
Reference in New Issue
Block a user