Core/PacketIO: Updated most packet structures to 9.0.1
Port From (https://github.com/TrinityCore/TrinityCore/commit/cab4c87d2d7f6d734ef067d6bf50f4b1d338a7bc)
This commit is contained in:
@@ -1335,10 +1335,6 @@ namespace Game.Entities
|
||||
if (thisPlayer != null)
|
||||
thisPlayer.SendMovementSetCollisionHeight(thisPlayer.GetCollisionHeight(false));
|
||||
|
||||
Dismount data = new Dismount();
|
||||
data.Guid = GetGUID();
|
||||
SendMessageToSet(data, true);
|
||||
|
||||
// dismount as a vehicle
|
||||
if (IsTypeId(TypeId.Player) && GetVehicleKit() != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user