Applied coding style.

This commit is contained in:
tomrus88 2009-05-29 19:23:28 +04:00
parent e454cb693d
commit a57bf5a78b
5 changed files with 7 additions and 6 deletions

View file

@ -336,7 +336,7 @@ void WorldSession::HandleMovementOpcodes( WorldPacket & recv_data )
{
if(Map *map = mover->GetMap())
map->CreatureRelocation((Creature*)mover, movementInfo.x, movementInfo.y, movementInfo.z, movementInfo.o);
//mover->SetUnitMovementFlags(movementInfo.flags);
mover->SetUnitMovementFlags(movementInfo.flags);
}
}