summaryrefslogtreecommitdiff
path: root/src/net/eathena/maprecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-07 21:48:57 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-07 21:48:57 +0300
commit9138384a9d3ebfe52e72e25d5508d51bdf241c2a (patch)
tree812cca3e9a51bbcd318f22ca0068da1a4112d729 /src/net/eathena/maprecv.h
parentcaf133d6bff72e77a3b19c8e0f053f05b98bf78d (diff)
downloadplus-9138384a9d3ebfe52e72e25d5508d51bdf241c2a.tar.gz
plus-9138384a9d3ebfe52e72e25d5508d51bdf241c2a.tar.bz2
plus-9138384a9d3ebfe52e72e25d5508d51bdf241c2a.tar.xz
plus-9138384a9d3ebfe52e72e25d5508d51bdf241c2a.zip
Add packet SMSG_ADD_MAP_MARKER 0x09c1.
Diffstat (limited to 'src/net/eathena/maprecv.h')
-rw-r--r--src/net/eathena/maprecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/maprecv.h b/src/net/eathena/maprecv.h
index 2f642add2..4fd740c75 100644
--- a/src/net/eathena/maprecv.h
+++ b/src/net/eathena/maprecv.h
@@ -35,6 +35,7 @@ namespace EAthena
void processInstanceInfo(Net::MessageIn &msg);
void processInstanceDelete(Net::MessageIn &msg);
void processSetTilesType(Net::MessageIn &msg);
+ void processAddMapMarker(Net::MessageIn &msg);
} // namespace MapRecv
} // namespace EAthena