Core/SmartScripts

This commit is contained in:
Mihapro
2013-07-08 18:01:41 +02:00
parent 3561ab98ba
commit e00fc19779
5 changed files with 35 additions and 30 deletions

View File

@@ -820,6 +820,8 @@ void Map::MoveAllCreaturesInMoveList()
{
// update pos
c->Relocate(c->_newPosition);
if (c->IsVehicle())
c->GetVehicleKit()->RelocatePassengers();
//CreatureRelocationNotify(c, new_cell, new_cell.cellCoord());
c->UpdateObjectVisibility(false);
}