diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2016-03-21 22:28:26 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2016-03-21 22:28:26 +0800 |
commit | 4035a4eddbb1ad2240453820f270bbaf5f074308 (patch) | |
tree | 2cce54a0985abd97ae19dc3f09f4716290eb7ef3 /db | |
parent | 665dff955a0e9dce9307e92fb69bec7cec6ccec3 (diff) | |
download | hercules-4035a4eddbb1ad2240453820f270bbaf5f074308.tar.gz hercules-4035a4eddbb1ad2240453820f270bbaf5f074308.tar.bz2 hercules-4035a4eddbb1ad2240453820f270bbaf5f074308.tar.xz hercules-4035a4eddbb1ad2240453820f270bbaf5f074308.zip |
Fix NC_DISJOINT skill where in the item 'Wrench (6186)' is not consumed after the usage of the skill.
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/skill_require_db.txt | 2 | ||||
-rw-r--r-- | db/re/skill_require_db.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/pre-re/skill_require_db.txt b/db/pre-re/skill_require_db.txt index 87c11bc48..067298f14 100644 --- a/db/pre-re/skill_require_db.txt +++ b/db/pre-re/skill_require_db.txt @@ -637,7 +637,7 @@ 2280,20:40:60:80:100,0,18:20:22:24:26,0,0,0,6:7,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NC_AXETORNADO#Axe Tornado# 2281,0,0,25:30:35:40:45,0,0,0,99,0,0,none,0,612,0,615,0,998,1,999,2,0,0,0,0,0,0,0,0,0,0,0,0 //NC_SILVERSNIPER#FAW - Silver Sniper# 2282,0,0,40:45:50:55:60,0,0,0,99,0,0,none,0,612,0,615,0,998,2,7054,1,0,0,0,0,0,0,0,0,0,0,0,0 //NC_MAGICDECOY#FAW - Magic Decoy# -2283,0,0,15,0,0,0,99,0,0,none,0,6186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NC_DISJOINT#FAW Removal# +2283,0,0,15,0,0,0,99,0,0,none,0,6186,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NC_DISJOINT#FAW Removal# //**** // SC Shadow Chaser diff --git a/db/re/skill_require_db.txt b/db/re/skill_require_db.txt index a2e763dc2..56ac107f6 100644 --- a/db/re/skill_require_db.txt +++ b/db/re/skill_require_db.txt @@ -641,7 +641,7 @@ 2280,20:40:60:80:100,0,18:20:22:24:26,0,0,0,6:7,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NC_AXETORNADO#Axe Tornado# 2281,0,0,25:30:35:40:45,0,0,0,99,0,0,none,0,612,0,615,0,998,1,999,2,0,0,0,0,0,0,0,0,0,0,0,0 //NC_SILVERSNIPER#FAW - Silver Sniper# 2282,0,0,40:45:50:55:60,0,0,0,99,0,0,none,0,612,0,615,0,998,2,7054,1,0,0,0,0,0,0,0,0,0,0,0,0 //NC_MAGICDECOY#FAW - Magic Decoy# -2283,0,0,15,0,0,0,99,0,0,none,0,6186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NC_DISJOINT#FAW Removal# +2283,0,0,15,0,0,0,99,0,0,none,0,6186,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NC_DISJOINT#FAW Removal# //**** // SC Shadow Chaser |