summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 14:24:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 14:24:44 +0300
commit43fb66a1610aeca72dab2527da95abdadb826697 (patch)
treef8c5438c53d74db20220989d4eb12cae865db8e3 /src/net/eathena/beinghandler.h
parent5d2962b4a09a71d47a241a762124c9e5526072f8 (diff)
downloadplus-43fb66a1610aeca72dab2527da95abdadb826697.tar.gz
plus-43fb66a1610aeca72dab2527da95abdadb826697.tar.bz2
plus-43fb66a1610aeca72dab2527da95abdadb826697.tar.xz
plus-43fb66a1610aeca72dab2527da95abdadb826697.zip
eathena: add partial support for packet SMSG_TAEKWON_RANKS_LIST 0x0226.
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r--src/net/eathena/beinghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h
index c3b961db5..cecf35090 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -144,6 +144,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void processBlacksmithRanksList(Net::MessageIn &msg);
static void processAlchemistRanksList(Net::MessageIn &msg);
+
+ static void processTaekwonRanksList(Net::MessageIn &msg);
};
} // namespace EAthena