summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-09-06 18:20:07 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-06 18:20:07 +0300
commit548bcd5e5450afefbbe2625da16aa23333e6b69a (patch)
treebc3e368c9fb8dd53497231e16929f90f89d5907c /src/net/eathena/playerrecv.h
parentaa5398300e95ad3075a3aab74b5ddeebf597d671 (diff)
downloadplus-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.h')
-rw-r--r--src/net/eathena/playerrecv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/eathena/playerrecv.h b/src/net/eathena/playerrecv.h
index 242e62838..1ab4128be 100644
--- a/src/net/eathena/playerrecv.h
+++ b/src/net/eathena/playerrecv.h
@@ -51,7 +51,6 @@ namespace EAthena
void processPlayerRankPoints(Net::MessageIn &msg);
void processPlayerClientCommand(Net::MessageIn &msg);
void processOnlineList(Net::MessageIn &msg);
- void processMapMask(Net::MessageIn &msg);
} // namespace PlayerRecv
} // namespace EAthena