chore(DB): import pending files

Referenced commit(s): be29669e00
This commit is contained in:
AzerothCoreBot
2022-09-03 00:34:55 +00:00
parent be29669e00
commit afbe59cc6a

View File

@@ -0,0 +1,5 @@
-- DB update 2022_09_02_05 -> 2022_09_03_00
--
UPDATE `creature_loot_template` SET `QuestRequired`=0, `Chance`=2 WHERE `Item` BETWEEN 20858 AND 20865;
UPDATE `creature_loot_template` SET `QuestRequired`=0, `Chance`=4 WHERE `entry`=15335 AND `Item` BETWEEN 20858 AND 20865;
UPDATE `creature_loot_template` SET `QuestRequired`=0, `Chance`=6 WHERE `entry`=15333 AND `Item` BETWEEN 20858 AND 20865;