mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
Remove double unroot in Unit::_ExitVehicle (#23545)
This commit is contained in:
@@ -19586,12 +19586,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