diff options
Diffstat (limited to 'src/net/eathena/maprecv.cpp')
-rw-r--r-- | src/net/eathena/maprecv.cpp | 8 |
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 |