diff --git a/data/sql/updates/pending_db_world/prospectada.sql b/data/sql/updates/pending_db_world/prospectada.sql new file mode 100644 index 000000000..a3c34b05a --- /dev/null +++ b/data/sql/updates/pending_db_world/prospectada.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `prospecting_loot_template` WHERE (`Entry` = 23425); +INSERT INTO `prospecting_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(23425, 1, 13001, 100, 0, 1, 1, 1, 1, '(ReferenceTable)'), +(23425, 2, 13002, 24, 0, 1, 1, 1, 1, '(ReferenceTable)'), +(23425, 3, 13001, 15, 0, 1, 1, 1, 1, '(ReferenceTable)'), +(23425, 24243, 0, 100, 0, 1, 0, 1, 1, 'Adamantite Powder');