Merge branch 'master' into translation_npc

This commit is contained in:
MacWarrior 2025-11-09 01:19:36 +01:00 committed by GitHub
commit fcc784fdf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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