diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 18:17:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 18:17:02 +0300 |
commit | 38cef34addb9685d6f30e32b657917df98095d02 (patch) | |
tree | aa0e8d432fc6e08a556da45d5d279a09a09c592a /src/net/eathena/protocol.h | |
parent | 841c5a9c5fdba7c9607a3fcd9a2bf40e20bcca7f (diff) | |
download | mv-38cef34addb9685d6f30e32b657917df98095d02.tar.gz mv-38cef34addb9685d6f30e32b657917df98095d02.tar.bz2 mv-38cef34addb9685d6f30e32b657917df98095d02.tar.xz mv-38cef34addb9685d6f30e32b657917df98095d02.zip |
eathena: add partial support for packet SMSG_PLAYER_READ_BOOK 0x0294.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 353278842..434620bc6 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -111,6 +111,7 @@ #define SMSG_PLAYER_REFINE_LIST 0x0221 #define SMSG_PLAYER_UPGRADE_MESSAGE 0x0223 #define SMSG_PLAYER_COOKING_LIST 0x025a +#define SMSG_PLAYER_READ_BOOK 0x0294 #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |