diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-07 06:48:34 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-07 06:48:34 +0000 |
commit | 33c337fcfdde9e71a15b4f6856d1c22ce1b6a9bc (patch) | |
tree | 4baf3501199b45d8b6d37837400738c12bbb7db9 /conf-tmpl | |
parent | 4986697c6ddd12509e626576d42ef191573a944c (diff) | |
download | hercules-33c337fcfdde9e71a15b4f6856d1c22ce1b6a9bc.tar.gz hercules-33c337fcfdde9e71a15b4f6856d1c22ce1b6a9bc.tar.bz2 hercules-33c337fcfdde9e71a15b4f6856d1c22ce1b6a9bc.tar.xz hercules-33c337fcfdde9e71a15b4f6856d1c22ce1b6a9bc.zip |
* Added Filougarou's fix for Bowling Bash causing it to only display damage
* Set delay_dependon_dex in battle_athena to 'no' by default
* Fixed typo in skill_delayfix
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@927 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle_athena.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf index 35d959261..42ae8e306 100644 --- a/conf-tmpl/battle_athena.conf +++ b/conf-tmpl/battle_athena.conf @@ -43,7 +43,8 @@ casting_rate: 100 delay_rate: 100 // Is the delay time is dependent on the caster's DEX? (Note 1) -delay_dependon_dex: yes +// Note: On Official servers Dex does NOT affect delay time +delay_dependon_dex: no // At what dex does the cast time become zero (instacast) castrate_dex_scale: 150 |