Core/BattlePets: Misc fixes
Port From (https://github.com/TrinityCore/TrinityCore/commit/de4eaa0de9565da604fa3b6e2b4b59efe117fd7a)
This commit is contained in:
@@ -172,6 +172,18 @@ namespace Game.Networking.Packets
|
||||
public FlagsControlType ControlType;
|
||||
}
|
||||
|
||||
class BattlePetClearFanfare : ClientPacket
|
||||
{
|
||||
public BattlePetClearFanfare(WorldPacket packet) : base(packet) { }
|
||||
|
||||
public override void Read()
|
||||
{
|
||||
PetGuid = _worldPacket.ReadPackedGuid();
|
||||
}
|
||||
|
||||
public ObjectGuid PetGuid;
|
||||
}
|
||||
|
||||
class CageBattlePet : ClientPacket
|
||||
{
|
||||
public CageBattlePet(WorldPacket packet) : base(packet) { }
|
||||
|
||||
Reference in New Issue
Block a user