Core/PacketIO: 9.1.0 opcodes and packet structures
Port From (https://github.com/TrinityCore/TrinityCore/commit/cd5357dc185f95c6ef78089c5ab8bd2b885dd89f)
This commit is contained in:
@@ -32,7 +32,6 @@ namespace Game.Networking.Packets
|
||||
_worldPacket.WriteUInt16(Trap);
|
||||
_worldPacket.WriteInt32(Slots.Count);
|
||||
_worldPacket.WriteInt32(Pets.Count);
|
||||
_worldPacket.WriteInt32(MaxPets);
|
||||
_worldPacket.WriteBit(HasJournalLock);
|
||||
_worldPacket.FlushBits();
|
||||
|
||||
@@ -47,7 +46,6 @@ namespace Game.Networking.Packets
|
||||
bool HasJournalLock = true;
|
||||
public List<BattlePetSlot> Slots = new();
|
||||
public List<BattlePetStruct> Pets = new();
|
||||
int MaxPets = 1000;
|
||||
}
|
||||
|
||||
class BattlePetJournalLockAcquired : ServerPacket
|
||||
|
||||
Reference in New Issue
Block a user