diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-28 16:54:21 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-28 16:54:21 +0000 |
commit | 8066ddee9b937a7f835f0af8a1fb393dfd0256b6 (patch) | |
tree | 1233a36cdfc6b4eb55487219a7bab14dcee8feb1 /conf | |
parent | 9e94e8ad83d23ce2082b30217ed2f14f0b38a4bd (diff) | |
download | hercules-8066ddee9b937a7f835f0af8a1fb393dfd0256b6.tar.gz hercules-8066ddee9b937a7f835f0af8a1fb393dfd0256b6.tar.bz2 hercules-8066ddee9b937a7f835f0af8a1fb393dfd0256b6.tar.xz hercules-8066ddee9b937a7f835f0af8a1fb393dfd0256b6.zip |
* Updated specialeffect2 to accept player names. (follow up to r14353)
* Bascilica now allows boss-flagged monsters to knock you back as per official.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14357 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/battle.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/battle/battle.conf b/conf/battle/battle.conf index 044acac17..1ee207ff2 100644 --- a/conf/battle/battle.conf +++ b/conf/battle/battle.conf @@ -169,5 +169,5 @@ arrow_decrement: 1 // Should the item script bonus 'Autospell' check for range/obstacles before casting? // Official behavior is "no", setting this to "yes" will make skills use their defined // range. For example, Sonic Blow requires a 2 cell distance before autocasting is allowed. -// This setting does not affect autospellwhenhit. +// This setting also affects autospellwhenhit. autospell_check_range: no |