Merge branch 'azerothcore:master' into Playerbot

This commit is contained in:
bashermens
2025-11-09 21:14:51 +01:00
committed by GitHub
5 changed files with 76 additions and 6 deletions

View File

@@ -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();