diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-18 17:54:38 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-04-20 21:15:21 +0200 |
commit | 60f9a68f90d495323e9e4533c7a1573ca5d86e71 (patch) | |
tree | 02380dd2b933ffaa9ccb142ff723aaccc1a45053 /src/map/clif.h | |
parent | bf21ba7f5924ba0e4a8cba2d21220ef481c90419 (diff) | |
download | hercules-60f9a68f90d495323e9e4533c7a1573ca5d86e71.tar.gz hercules-60f9a68f90d495323e9e4533c7a1573ca5d86e71.tar.bz2 hercules-60f9a68f90d495323e9e4533c7a1573ca5d86e71.tar.xz hercules-60f9a68f90d495323e9e4533c7a1573ca5d86e71.zip |
Fix showing NO_MSG messages when using below 20101123 clients
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index e16655c1a..6b5fb8dca 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -69,6 +69,7 @@ struct view_data; #define COLOR_RED 0xff0000U #define COLOR_GREEN 0x00ff00U #define COLOR_WHITE 0xffffffU +#define COLOR_YELLOW 0xffff00U #define COLOR_DEFAULT COLOR_GREEN /** |