diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 2 | ||||
-rw-r--r-- | conf/battle/client.conf | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 168a1ef9e..1e23b43b2 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,4 +1,6 @@ Date Added +2009/3/23 + * Added setting display_status_timers to client.conf for new status change packet. [Sara] 2009/1/26 * Rev. 13494 Changed guild_skill_relog_delay to yes. Relogging no longer resets delay on guild skills. [L0ne_W0lf] 2009/1/12 diff --git a/conf/battle/client.conf b/conf/battle/client.conf index ce7141c16..09a6088c6 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -113,3 +113,6 @@ display_version: yes // When affected with the "Hallucination" status effect, send the effect to client? (Note 1) // Note: Set to 'no' if the client lags due to the "Wavy" screen effect. display_hallucination: yes + +// Set this to 1 if your client is newer than 2009-01-14aSakexe and you want skill timers displayed +display_status_timers: no |