mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
add guild related opcodes
This commit is contained in:
parent
fb0ae26fe6
commit
d2ff21a95f
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