From c2df86167db6b7a70ca9377b8a0953a2d3513cb8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Sep 2014 19:01:12 +0300 Subject: eathena: add packet CMSG_PLAYER_SET_MEMO 0x011d. --- src/net/eathena/playerhandler.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/eathena/playerhandler.cpp') diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp index 7dd217918..991dd71b4 100644 --- a/src/net/eathena/playerhandler.cpp +++ b/src/net/eathena/playerhandler.cpp @@ -258,6 +258,11 @@ void PlayerHandler::changeCart(const int type) const outMsg.writeInt16(type, "type"); } +void PlayerHandler::setMemo() const +{ + MessageOut outMsg(CMSG_PLAYER_SET_MEMO); +} + void PlayerHandler::processPlayerShortcuts(Net::MessageIn &msg) { for (int f = 0; f < 27; f ++) -- cgit v1.2.3-70-g09d2