summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-02 01:01:35 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:55 +0300
commit0fb04d3b0c2390c8ad34c833a44416caf0437fe0 (patch)
tree225d512ac60c8ef2cb6128a0029b8d93383ab7c2 /src/net/eathena/protocol.h
parent7349c5f27afa903e2d513f59423cfef65cc57d73 (diff)
downloadplus-0fb04d3b0c2390c8ad34c833a44416caf0437fe0.tar.gz
plus-0fb04d3b0c2390c8ad34c833a44416caf0437fe0.tar.bz2
plus-0fb04d3b0c2390c8ad34c833a44416caf0437fe0.tar.xz
plus-0fb04d3b0c2390c8ad34c833a44416caf0437fe0.zip
eathena: add into db packet SMSG_COLOR_MESSAGE 0x02c1.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index 7e747748d..41bc22ba2 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -101,6 +101,7 @@
#define SMSG_BEING_EMOTION 0x00c0
#define SMSG_BEING_ACTION 0x008a /**< Attack, sit, stand up, ... */
#define SMSG_BEING_CHAT 0x008d /**< A being talks */
+#define SMSG_COLOR_MESSAGE 0x02c1
#define CMSG_NAME_REQUEST 0x0094
#define SMSG_BEING_NAME_RESPONSE 0x0095 /**< Has to be requested */
#define SMSG_BEING_NAME_RESPONSE2 0x0220 /**< Has to be requested */