summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-10 23:10:33 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-10 23:10:33 +0300
commit0d2e07905e17d9ac9c53da4ba3bf798d967e7405 (patch)
tree2f34aa66d98f6b204a7d858febc8f211502a60da /src/net/eathena/skillhandler.h
parent3e33644761fb296b7efc122c757342ff0da17886 (diff)
downloadplus-0d2e07905e17d9ac9c53da4ba3bf798d967e7405.tar.gz
plus-0d2e07905e17d9ac9c53da4ba3bf798d967e7405.tar.bz2
plus-0d2e07905e17d9ac9c53da4ba3bf798d967e7405.tar.xz
plus-0d2e07905e17d9ac9c53da4ba3bf798d967e7405.zip
eathena: add partial support for packet SMSG_SKILL_MEMO_MESSAGE 0x011e.
Diffstat (limited to 'src/net/eathena/skillhandler.h')
-rw-r--r--src/net/eathena/skillhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/skillhandler.h b/src/net/eathena/skillhandler.h
index 265548a26..2960761ca 100644
--- a/src/net/eathena/skillhandler.h
+++ b/src/net/eathena/skillhandler.h
@@ -69,6 +69,8 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler
static void processSkillDelete(Net::MessageIn &msg);
static void processSkillWarpPoint(Net::MessageIn &msg);
+
+ static void processSkillMemoMessage(Net::MessageIn &msg);
};
} // namespace EAthena