diff options
author | Asheraf <acheraf1998@gmail.com> | 2016-07-26 00:34:46 +0100 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-08-01 15:19:16 +0200 |
commit | f0988b5a4aa6270d684a746f770420fb18fb13bd (patch) | |
tree | 674d2e2007d92f8539e0b9a065e5fd60634fa5f6 /db/constants.conf | |
parent | ba980730589a41e0526e94fdfb07206f4dea854a (diff) | |
download | hercules-f0988b5a4aa6270d684a746f770420fb18fb13bd.tar.gz hercules-f0988b5a4aa6270d684a746f770420fb18fb13bd.tar.bz2 hercules-f0988b5a4aa6270d684a746f770420fb18fb13bd.tar.xz hercules-f0988b5a4aa6270d684a746f770420fb18fb13bd.zip |
Update Old Glastheim announces to use C_color
* now announce commands use constant colors instead of hexadecimal.
* added new color C_SPRINGGREEN
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/db/constants.conf b/db/constants.conf index 59cbc431c..cd8b2799e 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3690,26 +3690,27 @@ constants_db: { UNITTYPE_ELEM: 6 comment__: "Colors" - C_AQUA: 0x00FFFF - C_BLACK: 0x000000 - C_BLUE: 0x0000FF - C_GRAY: 0x808080 - C_GREEN: 0x008000 - C_LIME: 0x00FF00 - C_MAROON: 0x800000 - C_NAVY: 0x000080 - C_OLIVE: 0x808000 - C_ORANGE: 0xFFA500 - C_PURPLE: 0x800080 - C_RED: 0xFF0000 - C_SILVER: 0xC0C0C0 - C_TEAL: 0x008080 - C_WHITE: 0xFFFFFF - C_YELLOW: 0xFFFF00 - C_PINK: 0xFFC0CB - C_CHOCOLATE: 0xD2691E - C_GOLD: 0xFFD700 - C_VIOLET: 0xEE82EE + C_AQUA: 0x00FFFF + C_BLACK: 0x000000 + C_BLUE: 0x0000FF + C_GRAY: 0x808080 + C_GREEN: 0x008000 + C_LIME: 0x00FF00 + C_MAROON: 0x800000 + C_NAVY: 0x000080 + C_OLIVE: 0x808000 + C_ORANGE: 0xFFA500 + C_PURPLE: 0x800080 + C_RED: 0xFF0000 + C_SILVER: 0xC0C0C0 + C_SPRINGGREEN: 0x00FF99 + C_TEAL: 0x008080 + C_WHITE: 0xFFFFFF + C_YELLOW: 0xFFFF00 + C_PINK: 0xFFC0CB + C_CHOCOLATE: 0xD2691E + C_GOLD: 0xFFD700 + C_VIOLET: 0xEE82EE comment__: "Genders" SEX_FEMALE: 0 |