diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-05 01:00:16 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-05 01:00:16 +0000 |
commit | 98a0377169df866a6a8b46412b5fde17ca672527 (patch) | |
tree | eda9952012c8d0da59c87f8fb1f0f636a727beb4 /conf/battle/client.conf | |
parent | 95e2157804907751cfaaab0acfcebdca345a8b01 (diff) | |
download | hercules-98a0377169df866a6a8b46412b5fde17ca672527.tar.gz hercules-98a0377169df866a6a8b46412b5fde17ca672527.tar.bz2 hercules-98a0377169df866a6a8b46412b5fde17ca672527.tar.xz hercules-98a0377169df866a6a8b46412b5fde17ca672527.zip |
* Completed the code for SC_LIFEINSURANCE and it's status icon.
- Added the summer_ignorepalette to client.conf.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11359 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle/client.conf')
-rw-r--r-- | conf/battle/client.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf index a0fb3309e..3d0a9923e 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -99,6 +99,10 @@ wedding_ignorepalette: no // Set this to yes if your cloth palettes pack doesn't has Xmas palettes (or has less than the other jobs) xmas_ignorepalette: no +// Do not display cloth colors for the Summer class? +// Set this to yes if your cloth palettes pack doesn't has Summer palettes (or has less than the other jobs) +summer_ignorepalette: no + // Set this to 1 if your clients have langtype problems and can't display motd properly motd_type: 0 |