mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30: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
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue