mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
feat(Core/Packet): SMSG_CROSSED_INEBRIATION_THRESHOLD (#10893)
This commit is contained in:
committed by
GitHub
parent
45203ff440
commit
8eeb6ef1b7
@@ -100,6 +100,18 @@ namespace WorldPackets
|
||||
uint32 Result = 0;
|
||||
ObjectGuid Roller;
|
||||
};
|
||||
|
||||
class CrossedInebriationThreshold final : public ServerPacket
|
||||
{
|
||||
public:
|
||||
CrossedInebriationThreshold() : ServerPacket(SMSG_CROSSED_INEBRIATION_THRESHOLD, 8 + 4 + 4) { }
|
||||
|
||||
WorldPacket const* Write() override;
|
||||
|
||||
ObjectGuid Guid;
|
||||
uint32 Threshold = 0;
|
||||
uint32 ItemID = 0;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user