summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 14:00:24 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 14:00:24 +0300
commit5d2962b4a09a71d47a241a762124c9e5526072f8 (patch)
tree4b0867d8bad910bfaa4462529a6cf8523ccbb794 /src/net/eathena/playerhandler.h
parentde361843e60f3a073a76d64d373462ebea824338 (diff)
downloadplus-5d2962b4a09a71d47a241a762124c9e5526072f8.tar.gz
plus-5d2962b4a09a71d47a241a762124c9e5526072f8.tar.bz2
plus-5d2962b4a09a71d47a241a762124c9e5526072f8.tar.xz
plus-5d2962b4a09a71d47a241a762124c9e5526072f8.zip
eathena: add partial support for packet SMSG_PLAYER_FAME_TAEKWON 0x0224.
Diffstat (limited to 'src/net/eathena/playerhandler.h')
-rw-r--r--src/net/eathena/playerhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/playerhandler.h b/src/net/eathena/playerhandler.h
index 55257768c..9d924beb2 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -98,6 +98,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
static void processPlayerFameAlchemist(Net::MessageIn &msg);
static void processPlayerUpgradeMessage(Net::MessageIn &msg);
+
+ static void processPlayerFameTaekwon(Net::MessageIn &msg);
};
} // namespace EAthena