chore(DB): import pending files

Referenced commit(s): 8882be570c
This commit is contained in:
AzerothCoreBot
2022-07-18 18:23:10 +00:00
parent 8882be570c
commit 2a199fdaef
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_07_13_00 -> 2022_07_18_00
--
DELETE FROM `item_loot_template` WHERE (`Entry` = 9265) AND (`Item` IN (9360, 9361));
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES

View File

@@ -1 +1,2 @@
-- DB update 2022_07_18_00 -> 2022_07_18_01
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |64 WHERE (`entry` = 10161);