diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-13 23:47:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-13 23:47:39 +0300 |
commit | c037b2b49f9967a269032753c7b24961313c723f (patch) | |
tree | 8d405ed457ff805fd25543534036ace7ad28554d /src/net/eathena/protocol.h | |
parent | 564fa0de49a384284868eaddbbdb9f87c58a3661 (diff) | |
download | ManaVerse-c037b2b49f9967a269032753c7b24961313c723f.tar.gz ManaVerse-c037b2b49f9967a269032753c7b24961313c723f.tar.bz2 ManaVerse-c037b2b49f9967a269032753c7b24961313c723f.tar.xz ManaVerse-c037b2b49f9967a269032753c7b24961313c723f.zip |
eathena: add partial support for packet SMSG_FORMAT_MESSAGE_SKILL 0x07e6.
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 fb8b4110e..d1998437f 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -105,6 +105,7 @@ #define SMSG_COLOR_MESSAGE 0x02c1 #define SMSG_FORMAT_MESSAGE 0x0291 #define SMSG_FORMAT_MESSAGE_NUMBER 0x07e2 +#define SMSG_FORMAT_MESSAGE_SKILL 0x07e6 #define SMSG_BEING_NAME_RESPONSE 0x0095 /**< Has to be requested */ #define SMSG_BEING_NAME_RESPONSE2 0x0220 /**< Has to be requested */ #define SMSG_BEING_CHANGE_DIRECTION 0x009c |