diff options
Diffstat (limited to 'src/net/tmwa/packetsout.inc')
-rw-r--r-- | src/net/tmwa/packetsout.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/packetsout.inc b/src/net/tmwa/packetsout.inc index eceb2da78..814f87caa 100644 --- a/src/net/tmwa/packetsout.inc +++ b/src/net/tmwa/packetsout.inc @@ -105,6 +105,8 @@ packet(CMSG_IGNORE_NICK, 0x00cf, 0, nullptr); packet(CMSG_CLIENT_DISCONNECT, 0x7532, 0, nullptr); packet(CMSG_IGNORE_ALL, 0x00d0, 0, nullptr); +packet(CMSG_ONLINE_LIST, 0x0210, 0, nullptr); + #ifdef PACKETS_UPDATE // condition code here #endif |