diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 16:45:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 16:45:38 +0300 |
commit | 1438f4a6e9e5498d2fce8e8aae9bf30e6e6a4a5c (patch) | |
tree | 246a4ed076e168729306d66591ce79ea1c784df7 /src/net/eathena/protocol.h | |
parent | f73a170389adb02566e54368c6fe8b5bee0e57d9 (diff) | |
download | ManaVerse-1438f4a6e9e5498d2fce8e8aae9bf30e6e6a4a5c.tar.gz ManaVerse-1438f4a6e9e5498d2fce8e8aae9bf30e6e6a4a5c.tar.bz2 ManaVerse-1438f4a6e9e5498d2fce8e8aae9bf30e6e6a4a5c.tar.xz ManaVerse-1438f4a6e9e5498d2fce8e8aae9bf30e6e6a4a5c.zip |
eathena: add partial support for packet SMSG_SKILL_DEVOTION_EFFECT 0x01cf.
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 08a6f1ea5..c092a3a21 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -110,6 +110,7 @@ #define SMSG_SKILL_MEMO_MESSAGE 0x011e #define SMSG_SKILL_UNIT_UPDATE 0x01ac #define SMSG_SKILL_ARROW_CREATE_LIST 0x01ad +#define SMSG_SKILL_DEVOTION_EFFECT 0x01cf #define SMSG_ITEM_USE_RESPONSE 0x00a8 #define SMSG_ITEM_VISIBLE 0x009d /**< An item is on the floor */ #define SMSG_GRAFFITI_VISIBLE 0x01c9 |