diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 20:17:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 20:17:29 +0300 |
commit | 6b4beb683308a0df2d08c7ae499cffa0d87f5dae (patch) | |
tree | 2bd2c3064a1350f46302eadce733c0f03ef0820f /src/net/eathena/protocol.h | |
parent | 7ac2da363583a568256f5efc2ab58fa2b342b233 (diff) | |
download | plus-6b4beb683308a0df2d08c7ae499cffa0d87f5dae.tar.gz plus-6b4beb683308a0df2d08c7ae499cffa0d87f5dae.tar.bz2 plus-6b4beb683308a0df2d08c7ae499cffa0d87f5dae.tar.xz plus-6b4beb683308a0df2d08c7ae499cffa0d87f5dae.zip |
eathena: add packet CMSG_NPC_REPAIR 0x01fd.
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 941b8f6fc..b26eb523c 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -316,6 +316,7 @@ #define CMSG_NPC_COMPLETE_PROGRESS_BAR 0x02f1 #define CMSG_NPC_PRODUCE_MIX 0x018e #define CMSG_NPC_COOKING 0x025b +#define CMSG_NPC_REPAIR 0x01fd #define CMSG_PLAYER_MAPMOVE 0x0140 #define CMSG_REMOVE_OPTION 0x012a #define CMSG_PLAYER_SET_MEMO 0x011d |