mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core/SmartScripts
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user