mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Handle SMSG_NOTIFICATION (0x1CB) for vanilla/Turtle WoW welcome messages
This commit is contained in:
parent
e8864941dc
commit
687675fa14
6 changed files with 21 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ static const OpcodeNameEntry kOpcodeNames[] = {
|
|||
{"SMSG_CLIENTCACHE_VERSION", LogicalOpcode::SMSG_CLIENTCACHE_VERSION},
|
||||
{"SMSG_FEATURE_SYSTEM_STATUS", LogicalOpcode::SMSG_FEATURE_SYSTEM_STATUS},
|
||||
{"SMSG_MOTD", LogicalOpcode::SMSG_MOTD},
|
||||
{"SMSG_NOTIFICATION", LogicalOpcode::SMSG_NOTIFICATION},
|
||||
{"SMSG_UPDATE_OBJECT", LogicalOpcode::SMSG_UPDATE_OBJECT},
|
||||
{"SMSG_COMPRESSED_UPDATE_OBJECT", LogicalOpcode::SMSG_COMPRESSED_UPDATE_OBJECT},
|
||||
{"SMSG_UNKNOWN_1F5", LogicalOpcode::SMSG_UNKNOWN_1F5},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue