diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Changelog.txt | 4 | ||||
-rw-r--r-- | conf/battle/skill.conf | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 7450f7ee5..4295fe507 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,4 +1,8 @@ Date Added + +2008/01/10 + * Removed 'skill_steal_type' from skill.conf as said config no longer + exists. [Skotlex] 2008/01/06 * Added job_knt to nomemo, no return & noteleport mapflags. [Samuray22] 2007/11/27 diff --git a/conf/battle/skill.conf b/conf/battle/skill.conf index 877465496..ea1d56cc2 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -193,9 +193,6 @@ skill_removetrap_type: 0 // Does using bow to do a backstab give a 50% damage penalty? (Note 1) backstab_bow_penalty: yes -// Use kRO new steal formula? (favors skillv more than dex difference) (Note 1) -skill_steal_type: yes - // How many times you could try to steal from a mob. // Note: It helps to avoid stealing exploit on monsters with few rare items // Use 0 to disable (max allowed value is 255) |