mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
feat(Core/Packet): SMSG_DURABILITY_DAMAGE_DEATH (#10894)
This commit is contained in:
committed by
GitHub
parent
ccb6d3e5a1
commit
6a6d0e5907
@@ -114,6 +114,14 @@ namespace WorldPackets
|
||||
ObjectGuid Roller;
|
||||
};
|
||||
|
||||
class DurabilityDamageDeath final : public ServerPacket
|
||||
{
|
||||
public:
|
||||
DurabilityDamageDeath() : ServerPacket(SMSG_DURABILITY_DAMAGE_DEATH, 0) { }
|
||||
|
||||
WorldPacket const* Write() override { return &_worldPacket; }
|
||||
};
|
||||
|
||||
class CrossedInebriationThreshold final : public ServerPacket
|
||||
{
|
||||
public:
|
||||
@@ -124,6 +132,7 @@ namespace WorldPackets
|
||||
ObjectGuid Guid;
|
||||
uint32 Threshold = 0;
|
||||
uint32 ItemID = 0;
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user