diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-05 13:19:47 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-05 13:19:47 +0000 |
commit | 04e43423d0aef8009087f92ed557371f5981b471 (patch) | |
tree | f4c9cca120eb81abc795e0861bb66ea4729034fe /conf-tmpl | |
parent | bba2dcdd71d8baa1041deb78be357b267b1a1c5f (diff) | |
download | hercules-04e43423d0aef8009087f92ed557371f5981b471.tar.gz hercules-04e43423d0aef8009087f92ed557371f5981b471.tar.bz2 hercules-04e43423d0aef8009087f92ed557371f5981b471.tar.xz hercules-04e43423d0aef8009087f92ed557371f5981b471.zip |
Two small fixes/updates
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5464 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/skill.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 6b163af3c..41302e0fd 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -139,7 +139,7 @@ player_land_skill_limit: yes monster_land_skill_limit: yes
// If skill fails by delay, should it display or not. (Note 1)
-display_delay_skill_fail: yes
+display_delay_skill_fail: no
// Display Snatcher skill failures
display_snatcher_skill_fail: yes
|