mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-01 01:53:47 +00:00
Merge branch 'azerothcore:master' into Playerbot
This commit is contained in:
@@ -19606,12 +19606,6 @@ void Unit::_ExitVehicle(Position const* exitPosition)
|
||||
|
||||
sScriptMgr->AnticheatSetUnderACKmount(player);
|
||||
}
|
||||
else if (HasUnitMovementFlag(MOVEMENTFLAG_ROOT))
|
||||
{
|
||||
WorldPacket data(SMSG_SPLINE_MOVE_UNROOT, 8);
|
||||
data << GetPackGUID();
|
||||
SendMessageToSet(&data, false);
|
||||
}
|
||||
|
||||
// xinef: hack for flameleviathan seat vehicle
|
||||
VehicleEntry const* vehicleInfo = vehicle->GetVehicleInfo();
|
||||
|
||||
Reference in New Issue
Block a user