summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-09 19:01:12 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-09 19:01:12 +0300
commitc2df86167db6b7a70ca9377b8a0953a2d3513cb8 (patch)
treeac410e5f96ba82c9237cf289eb6794adc4fb13b5 /src/net/eathena/playerhandler.cpp
parent83455b8803cfaaa537c8d15c64b5553c664885f5 (diff)
downloadplus-c2df86167db6b7a70ca9377b8a0953a2d3513cb8.tar.gz
plus-c2df86167db6b7a70ca9377b8a0953a2d3513cb8.tar.bz2
plus-c2df86167db6b7a70ca9377b8a0953a2d3513cb8.tar.xz
plus-c2df86167db6b7a70ca9377b8a0953a2d3513cb8.zip
eathena: add packet CMSG_PLAYER_SET_MEMO 0x011d.
Diffstat (limited to 'src/net/eathena/playerhandler.cpp')
-rw-r--r--src/net/eathena/playerhandler.cpp5
1 files changed, 5 insertions, 0 deletions
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 ++)