summaryrefslogtreecommitdiff
path: root/src/net/eathena/skillhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 14:15:18 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 14:15:18 +0300
commit9b9a37c488c12c448e2d0287dc54df15e57c9f38 (patch)
treeb777e1bcab4018e138c0e3339cfd5f77087126a1 /src/net/eathena/skillhandler.h
parentd0e9d200299f9b6c2cc8a95f405c7821d8d5dc78 (diff)
downloadplus-9b9a37c488c12c448e2d0287dc54df15e57c9f38.tar.gz
plus-9b9a37c488c12c448e2d0287dc54df15e57c9f38.tar.bz2
plus-9b9a37c488c12c448e2d0287dc54df15e57c9f38.tar.xz
plus-9b9a37c488c12c448e2d0287dc54df15e57c9f38.zip
eathena: add partial support for packet SMSG_PLAYER_SKILL_PRODUCE_MIX_LIST 0x018d.
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 2960761ca..9a375b325 100644
--- a/src/net/eathena/skillhandler.h
+++ b/src/net/eathena/skillhandler.h
@@ -71,6 +71,8 @@ class SkillHandler final : public MessageHandler, public Ea::SkillHandler
static void processSkillWarpPoint(Net::MessageIn &msg);
static void processSkillMemoMessage(Net::MessageIn &msg);
+
+ static void processSkillProduceMixList(Net::MessageIn &msg);
};
} // namespace EAthena