diff options
author | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-30 07:13:29 +0000 |
---|---|---|
committer | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-12-30 07:13:29 +0000 |
commit | a31cce3c60cc170db0d4a8ff707626e8777b0801 (patch) | |
tree | 2be623075db810596f0f1716c5513e356c08f3b1 /conf/battle | |
parent | a337fe03f0d79b3f091ccbb4c1e6d10212910615 (diff) | |
download | hercules-a31cce3c60cc170db0d4a8ff707626e8777b0801.tar.gz hercules-a31cce3c60cc170db0d4a8ff707626e8777b0801.tar.bz2 hercules-a31cce3c60cc170db0d4a8ff707626e8777b0801.tar.xz hercules-a31cce3c60cc170db0d4a8ff707626e8777b0801.zip |
Follow up r17062 where ignore def is not working properly.XD
Fixed bugreport:6408 where casting WL_WHITEIMPRISON caster is not attach to trigger autoloot and events.
Update WZ_ESTIMATION settings to RE default.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17064 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/skill.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/battle/skill.conf b/conf/battle/skill.conf index ac343f2b6..51d364be2 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -158,10 +158,10 @@ chat_warpportal: no // What should the wizard's "Sense" skill display on the defense fields? // 0: Do not show defense -// 1: Base defense +// 1: Base defense [RE default] // 2: Vit/Int defense -// 3: Both (the addition of both) [default] -sense_type: 3 +// 3: Both (the addition of both) +sense_type: 1 // Which finger offensive style will be used? // 0 = Aegis style (single multi-hit attack) |