summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 13:13:43 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 13:13:43 +0300
commit16958b5635ab990881039ea71bca15e90088b12f (patch)
tree205e75c07b8f6e904829ad118c7565ece18d5b36 /src/net/eathena/playerhandler.h
parent89ed065dd03979e7029f76cb44185dd9fc861576 (diff)
downloadplus-16958b5635ab990881039ea71bca15e90088b12f.tar.gz
plus-16958b5635ab990881039ea71bca15e90088b12f.tar.bz2
plus-16958b5635ab990881039ea71bca15e90088b12f.tar.xz
plus-16958b5635ab990881039ea71bca15e90088b12f.zip
eathena: add partial support for packet SMSG_PLAYER_FAME_ALCHEMIST 0x021c.
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 43e3af52e..151ac9131 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -94,6 +94,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
static void processNotifyMapInfo(Net::MessageIn &msg);
static void processPlayerFameBlacksmith(Net::MessageIn &msg);
+
+ static void processPlayerFameAlchemist(Net::MessageIn &msg);
};
} // namespace EAthena