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/eathena/playerrecv.cpp | |
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/eathena/playerrecv.cpp')
-rw-r--r-- | src/net/eathena/playerrecv.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/net/eathena/playerrecv.cpp b/src/net/eathena/playerrecv.cpp index fbde1fb2f..4dcfd98bd 100644 --- a/src/net/eathena/playerrecv.cpp +++ b/src/net/eathena/playerrecv.cpp @@ -422,13 +422,4 @@ void PlayerRecv::processOnlineList(Net::MessageIn &msg) BLOCK_END("PlayerRecv::processOnlineList") } -void PlayerRecv::processMapMask(Net::MessageIn &msg) -{ - const int mask = msg.readInt32("mask"); - msg.readInt32("unused"); - Map *const map = Game::instance()->getCurrentMap(); - if (map) - map->setMask(mask); -} - } // namespace EAthena |