From 02251a52a5f62122a54434399638dd7f66ea67d4 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 22 Aug 2013 14:16:52 -0300 Subject: 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 --- db/pre-re/item_db.txt | 4 ++++ sql-files/item_db.sql | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/db/pre-re/item_db.txt b/db/pre-re/item_db.txt index 61bd6b22b..a293a951c 100644 --- a/db/pre-re/item_db.txt +++ b/db/pre-re/item_db.txt @@ -3415,6 +3415,10 @@ 6394,Golden_Feather,Golden Feather,3,650,,10,,,,,,,,,,,,,{},{},{} 6395,Angel_Magic_Power,Angel Magic Power,3,820,,10,,,,,,,,,,,,,{},{},{} 6396,Auger_Of_Spirit,Auger Of Spirit,3,0,,10,,,,,,,,,,,,,{},{},{} +6512,Charm_Fire,Charm Fire,3,100,,1,,,,,,,,,,,,,{},{},{} +6513,Charm_Ice,Charm Ice,3,100,,1,,,,,,,,,,,,,{},{},{} +6514,Charm_Wind,Charm Wind,3,100,,1,,,,,,,,,,,,,{},{},{} +6515,Charm_Earth,Charm Earth,3,100,,1,,,,,,,,,,,,,{},{},{} 7001,Mould_Powder,Mould Powder,3,466,,10,,,,,,,,,,,,,{},{},{} 7002,Ogre_Tooth,Ogre Tooth,3,658,,10,,,,,,,,,,,,,{},{},{} 7003,Anolian_Skin,Anolian Skin,3,968,,10,,,,,,,,,,,,,{},{},{} 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, '', '', ''), -- cgit v1.2.3-70-g09d2