mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
*Fix the display bug of vehicles in populated area.
--HG-- branch : trunk
This commit is contained in:
@@ -343,6 +343,8 @@ void WorldSession::HandleMovementOpcodes( WorldPacket & recv_data )
|
||||
else // creature charmed
|
||||
{
|
||||
uint32 entry = mover->GetEntry();
|
||||
if(mover->m_Vehicle)
|
||||
return;
|
||||
mover->GetMap()->CreatureRelocation((Creature*)mover, movementInfo.x, movementInfo.y, movementInfo.z, movementInfo.o);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user