summaryrefslogtreecommitdiff
path: root/src/net/eathena/maprecv.cpp
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.cpp
parentcaf133d6bff72e77a3b19c8e0f053f05b98bf78d (diff)
downloadManaVerse-9138384a9d3ebfe52e72e25d5508d51bdf241c2a.tar.gz
ManaVerse-9138384a9d3ebfe52e72e25d5508d51bdf241c2a.tar.bz2
ManaVerse-9138384a9d3ebfe52e72e25d5508d51bdf241c2a.tar.xz
ManaVerse-9138384a9d3ebfe52e72e25d5508d51bdf241c2a.zip
Add packet SMSG_ADD_MAP_MARKER 0x09c1.
Diffstat (limited to 'src/net/eathena/maprecv.cpp')
-rw-r--r--src/net/eathena/maprecv.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/net/eathena/maprecv.cpp b/src/net/eathena/maprecv.cpp
index ed152551b..44afba62d 100644
--- a/src/net/eathena/maprecv.cpp
+++ b/src/net/eathena/maprecv.cpp
@@ -82,4 +82,12 @@ void MapRecv::processSetTilesType(Net::MessageIn &msg)
}
}
+void MapRecv::processAddMapMarker(Net::MessageIn &msg)
+{
+ UNIMPLIMENTEDPACKET;
+ msg.readBeingId("account id");
+ msg.readInt16("x");
+ msg.readInt16("y");
+}
+
} // namespace EAthena