chore(DB): import pending files

Referenced commit(s): 234b2fb60f
This commit is contained in:
AzerothCoreBot
2023-01-01 17:13:56 +00:00
parent 234b2fb60f
commit ade2b4cddf

View File

@@ -0,0 +1,8 @@
-- DB update 2023_01_01_01 -> 2023_01_01_02
--
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');