fix(DB/Loot): Prospecting Adamantite adjustment (#14456)

This commit is contained in:
Samsequel
2023-01-01 18:11:53 +01:00
committed by GitHub
parent 9dcd475a3b
commit 234b2fb60f

View File

@@ -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');