diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-30 20:24:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-30 20:24:15 +0300 |
commit | cee0e9966fb9ec9068aa7483cf38ff128508193b (patch) | |
tree | d48767683567c3867e2e9506e2605bc4c02239eb /src/net/eathena/protocol.h | |
parent | caba5e3b539f7dd4e8f47744c41b7d0e65b99a32 (diff) | |
download | plus-cee0e9966fb9ec9068aa7483cf38ff128508193b.tar.gz plus-cee0e9966fb9ec9068aa7483cf38ff128508193b.tar.bz2 plus-cee0e9966fb9ec9068aa7483cf38ff128508193b.tar.xz plus-cee0e9966fb9ec9068aa7483cf38ff128508193b.zip |
eathena: add packet SMSG_BEING_FAKE_NAME 0x0078.
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 c5b4d5c0d..45356938e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -91,6 +91,7 @@ #define SMSG_ITEM_DROPPED 0x084b /**< An item is dropped */ #define SMSG_ITEM_REMOVE 0x00a1 /**< An item disappers */ #define SMSG_BEING_VISIBLE 0x0915 +#define SMSG_BEING_FAKE_NAME 0x0078 #define SMSG_BEING_MOVE 0x0914 /**< A nearby monster moves */ #define SMSG_BEING_SPAWN 0x090f /**< A being spawns nearby */ #define SMSG_BEING_MOVE2 0x0086 /**< New eAthena being moves */ |