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

@ -1008,6 +1008,9 @@ private:
*/
void handleMotd(network::Packet& packet);
/** Handle SMSG_NOTIFICATION (vanilla/classic server notification string) */
void handleNotification(network::Packet& packet);
/**
* Handle SMSG_PONG from server
*/