Handle SMSG_NOTIFICATION (0x1CB) for vanilla/Turtle WoW welcome messages

This commit is contained in:
Kelsi 2026-02-20 00:28:51 -08:00
parent e8864941dc
commit 687675fa14
6 changed files with 21 additions and 0 deletions

View file

@ -60,6 +60,7 @@ enum class LogicalOpcode : uint16_t {
SMSG_CLIENTCACHE_VERSION,
SMSG_FEATURE_SYSTEM_STATUS,
SMSG_MOTD,
SMSG_NOTIFICATION,
// ---- Entity/Object updates ----
SMSG_UPDATE_OBJECT,