mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 00:03:50 +00:00
add guild related opcodes
This commit is contained in:
parent
d9cbf1ffc8
commit
010243bbd9
2 changed files with 12 additions and 0 deletions
|
|
@ -113,6 +113,12 @@ enum class LogicalOpcode : uint16_t {
|
|||
CMSG_GUILD_MOTD,
|
||||
SMSG_GUILD_INFO,
|
||||
SMSG_GUILD_ROSTER,
|
||||
CMSG_GUILD_QUERY,
|
||||
SMSG_GUILD_QUERY_RESPONSE,
|
||||
SMSG_GUILD_INVITE,
|
||||
CMSG_GUILD_REMOVE,
|
||||
SMSG_GUILD_EVENT,
|
||||
SMSG_GUILD_COMMAND_RESULT,
|
||||
|
||||
// ---- Ready Check ----
|
||||
MSG_RAID_READY_CHECK,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue