diff options
author | shennetsind <ind@henn.et> | 2013-08-22 14:16:52 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-08-22 14:24:14 -0300 |
commit | 02251a52a5f62122a54434399638dd7f66ea67d4 (patch) | |
tree | 02e17ee32c9a74f838a14046e1e1bf016f811828 /sql-files/item_db.sql | |
parent | c176478ed9797cbfb17ad0861946c8d3560162f2 (diff) | |
download | hercules-02251a52a5f62122a54434399638dd7f66ea67d4.tar.gz hercules-02251a52a5f62122a54434399638dd7f66ea67d4.tar.bz2 hercules-02251a52a5f62122a54434399638dd7f66ea67d4.tar.xz hercules-02251a52a5f62122a54434399638dd7f66ea67d4.zip |
Fixed Bug #7506
Given the class is accessible under pre-re mode, its skills that rely on these catalysts are unable to function since the items they require do not exist.
Adding them.
http://hercules.ws/board/tracker/issue-7506-skill-items-missing-in-pre-re/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'sql-files/item_db.sql')
-rw-r--r-- | sql-files/item_db.sql | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sql-files/item_db.sql b/sql-files/item_db.sql index 22801e4f6..67421fd77 100644 --- a/sql-files/item_db.sql +++ b/sql-files/item_db.sql @@ -3176,10 +3176,10 @@ INSERT INTO `item_db` (`id`, `name_english`, `name_japanese`, `type`, `price_buy (6394, 'Golden_Feather', 'Golden Feather', 3, 650, 325, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), (6395, 'Angel_Magic_Power', 'Angel Magic Power', 3, 820, 410, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), (6396, 'Auger_Of_Spirit', 'Auger Of Spirit', 3, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), -(6512, 'Fire_Amulet', 'Fire Amulet', 3, 100, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), -(6513, 'Ice_Amulet', 'Ice Amulet', 3, 100, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), -(6514, 'Wind_Amulet', 'Wind Amulet', 3, 100, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), -(6515, 'Earth_Amulet', 'Earth Amulet', 3, 100, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), +(6512, 'Charm_Fire', 'Charm Fire', 3, 100, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), +(6513, 'Charm_Ice', 'Charm Ice', 3, 100, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), +(6514, 'Charm_Wind', 'Charm Wind', 3, 100, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), +(6515, 'Charm_Earth', 'Charm Earth', 3, 100, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), (7001, 'Mould_Powder', 'Mould Powder', 3, 466, 233, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), (7002, 'Ogre_Tooth', 'Ogre Tooth', 3, 658, 329, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), (7003, 'Anolian_Skin', 'Anolian Skin', 3, 968, 484, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', ''), |