summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 18:17:02 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 18:17:02 +0300
commit38cef34addb9685d6f30e32b657917df98095d02 (patch)
treeaa0e8d432fc6e08a556da45d5d279a09a09c592a /src/net/eathena/playerhandler.h
parent841c5a9c5fdba7c9607a3fcd9a2bf40e20bcca7f (diff)
downloadplus-38cef34addb9685d6f30e32b657917df98095d02.tar.gz
plus-38cef34addb9685d6f30e32b657917df98095d02.tar.bz2
plus-38cef34addb9685d6f30e32b657917df98095d02.tar.xz
plus-38cef34addb9685d6f30e32b657917df98095d02.zip
eathena: add partial support for packet SMSG_PLAYER_READ_BOOK 0x0294.
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 9d924beb2..470dcfdc6 100644
--- a/src/net/eathena/playerhandler.h
+++ b/src/net/eathena/playerhandler.h
@@ -100,6 +100,8 @@ class PlayerHandler final : public MessageHandler, public Ea::PlayerHandler
static void processPlayerUpgradeMessage(Net::MessageIn &msg);
static void processPlayerFameTaekwon(Net::MessageIn &msg);
+
+ static void processPlayerReadBook(Net::MessageIn &msg);
};
} // namespace EAthena