diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 07:48:11 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 07:48:11 +0800 |
commit | abe9ce9611ad120c111783aebebd992c66403cc7 (patch) | |
tree | 9679acc8362c481635ddaac84a1a1b272e0c6c58 /db/re | |
parent | 647dc0981d2f5b27eac46a11d32b7ee5fba78878 (diff) | |
download | hercules-abe9ce9611ad120c111783aebebd992c66403cc7.tar.gz hercules-abe9ce9611ad120c111783aebebd992c66403cc7.tar.bz2 hercules-abe9ce9611ad120c111783aebebd992c66403cc7.tar.xz hercules-abe9ce9611ad120c111783aebebd992c66403cc7.zip |
Fixes #1008 (Thanks again to jTynne.)
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a2e8d0a4e..9cabeb1d3 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -112493,7 +112493,7 @@ item_db: ( Id: 14614 AegisName: "Ex_Def_Potion" Name: "Special Defense Potion" - Type: 11 + Type: 2 Buy: 0 Weight: 10 Trade: { @@ -112515,7 +112515,7 @@ item_db: ( Id: 14616 AegisName: "STR_Biscuit_Stick" Name: "Bar of Strength" - Type: 11 + Type: 2 Buy: 0 Weight: 10 Trade: { @@ -112536,7 +112536,7 @@ item_db: ( Id: 14617 AegisName: "VIT_Biscuit_Stick" Name: "Bar of Fitness" - Type: 11 + Type: 2 Buy: 0 Weight: 10 Trade: { @@ -112557,7 +112557,7 @@ item_db: ( Id: 14618 AegisName: "AGI_Biscuit_Stick" Name: "Bar of Agility" - Type: 11 + Type: 2 Buy: 0 Weight: 10 Trade: { @@ -112578,7 +112578,7 @@ item_db: ( Id: 14619 AegisName: "INT_Biscuit_Stick" Name: "Bar of Knowledge" - Type: 11 + Type: 2 Buy: 0 Weight: 10 Trade: { @@ -112599,7 +112599,7 @@ item_db: ( Id: 14620 AegisName: "DEX_Biscuit_Stick" Name: "Bar of Tricks" - Type: 11 + Type: 2 Buy: 0 Weight: 10 Trade: { @@ -112620,7 +112620,7 @@ item_db: ( Id: 14621 AegisName: "LUK_Biscuit_Stick" Name: "Bar of Luck" - Type: 11 + Type: 2 Buy: 0 Weight: 10 Trade: { @@ -112634,7 +112634,7 @@ item_db: ( } Script: <" sc_start SC_FOOD_LUK, 180000, 15; - sc_start SC_CRITICALSUCCESSVALUE, 60000, rand(11,13); + sc_start SC_FOOD_CRITICALSUCCESSVALUE, 60000, rand(11,13); "> }, { |