summaryrefslogtreecommitdiff
path: root/src/net/tmwa/packetsin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/packetsin.inc')
-rw-r--r--src/net/tmwa/packetsin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/packetsin.inc b/src/net/tmwa/packetsin.inc
index c8aefd9c8..afbf4550a 100644
--- a/src/net/tmwa/packetsin.inc
+++ b/src/net/tmwa/packetsin.inc
@@ -168,3 +168,4 @@ packet(SMSG_WALK_RESPONSE, 0x0087, 12, &PlayerRecv::processWalk
packet(SMSG_WHISPER, 0x0097, -1, &ChatRecv::processWhisper);
packet(SMSG_WHISPER_RESPONSE, 0x0098, 3, &ChatRecv::processWhisperResponse);
packet(SMSG_WHO_ANSWER, 0x00c2, 6, &Ea::GameRecv::processWhoAnswer);
+packet(SMSG_MAP_MASK, 0x0226, 10, &Ea::PlayerRecv::processMapMask);