mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 23:56:25 +00:00
feat(Core/Packet): CMSG_SET_SHEATHED
This commit is contained in:
committed by
GitHub
parent
a775ddcb5b
commit
1f90a18a58
@@ -104,6 +104,11 @@ namespace WorldPackets
|
||||
class BuyBankSlot;
|
||||
}
|
||||
|
||||
namespace Combat
|
||||
{
|
||||
class SetSheathed;
|
||||
}
|
||||
|
||||
namespace Guild
|
||||
{
|
||||
class QueryGuildInfo;
|
||||
@@ -794,7 +799,7 @@ public: // opcodes handlers
|
||||
|
||||
void HandleAttackSwingOpcode(WorldPacket& recvPacket);
|
||||
void HandleAttackStopOpcode(WorldPacket& recvPacket);
|
||||
void HandleSetSheathedOpcode(WorldPacket& recvPacket);
|
||||
void HandleSetSheathedOpcode(WorldPackets::Combat::SetSheathed& packet);
|
||||
|
||||
void HandleUseItemOpcode(WorldPacket& recvPacket);
|
||||
void HandleOpenItemOpcode(WorldPacket& recvPacket);
|
||||
|
||||
Reference in New Issue
Block a user