*Fix compile in debug mode.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-11 17:50:02 -05:00
parent 892bd40576
commit db0558a66f

View File

@@ -59,7 +59,7 @@ ObjectGridRespawnMover::Visit(CreatureMapType &m)
Creature * c = iter->getSource();
++iter;
assert(!c->isWorldCreature() && "ObjectGridRespawnMover don't must be called for pets");
assert(!c->isPet() && "ObjectGridRespawnMover don't must be called for pets");
Cell const& cur_cell = c->GetCurrentCell();