diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-06 18:20:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-06 18:20:07 +0300 |
commit | 548bcd5e5450afefbbe2625da16aa23333e6b69a (patch) | |
tree | bc3e368c9fb8dd53497231e16929f90f89d5907c /src/net/tmwa | |
parent | aa5398300e95ad3075a3aab74b5ddeebf597d671 (diff) | |
download | plus-548bcd5e5450afefbbe2625da16aa23333e6b69a.tar.gz plus-548bcd5e5450afefbbe2625da16aa23333e6b69a.tar.bz2 plus-548bcd5e5450afefbbe2625da16aa23333e6b69a.tar.xz plus-548bcd5e5450afefbbe2625da16aa23333e6b69a.zip |
Readd packet SMSG_MAP_MASK (tmwa)
Diffstat (limited to 'src/net/tmwa')
-rw-r--r-- | src/net/tmwa/packetsin.inc | 1 |
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); |