mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/PacketIO: Update CMSG_PET_SET_ACTION structure
This commit is contained in:
@@ -141,6 +141,12 @@ void WorldPackets::Pet::PetSetAction::Read()
|
||||
|
||||
_worldPacket >> Index;
|
||||
_worldPacket >> Action;
|
||||
|
||||
if (_worldPacket.ReadBit())
|
||||
{
|
||||
_worldPacket >> Unk440_1;
|
||||
_worldPacket >> Unk440_2;
|
||||
}
|
||||
}
|
||||
|
||||
void WorldPackets::Pet::PetAbandon::Read()
|
||||
|
||||
@@ -203,6 +203,8 @@ namespace WorldPackets
|
||||
|
||||
uint32 Index = 0;
|
||||
uint32 Action = 0;
|
||||
uint32 Unk440_1 = 0;
|
||||
uint32 Unk440_2 = 0;
|
||||
};
|
||||
|
||||
class PetCancelAura final : public ClientPacket
|
||||
|
||||
Reference in New Issue
Block a user