chore(DB): import pending files

Referenced commit(s): 7ef53bcda1
This commit is contained in:
AzerothCoreBot
2022-05-25 02:21:02 +00:00
parent 7ef53bcda1
commit a229a53ffa

View File

@@ -1,3 +1,4 @@
-- DB update 2022_05_24_00 -> 2022_05_25_00
-- Insert missing Bear Flank drop rate for Rabid Shardtooth
DELETE FROM `creature_loot_template` WHERE `Entry` = 7446 AND `Item` = 35562;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Chance`, `Comment`) VALUES (7446, 35562, 65, 'Rabid Shardtooth - Bear Flank');