chore(DB): import pending files

Referenced commit(s): b62a422800
This commit is contained in:
AzerothCoreBot
2022-12-29 11:15:59 +00:00
parent b62a422800
commit 64be224683
6 changed files with 6 additions and 0 deletions

View File

@@ -1 +1,2 @@
-- DB update 2022_12_28_02 -> 2022_12_29_00
UPDATE `creature_equip_template` SET `ItemID2`=0 WHERE `CreatureID`=4217 AND `ID`=1;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_29_00 -> 2022_12_29_01
DELETE FROM `gossip_menu` WHERE `MenuID` = 5501;
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (5501, 6554);

View File

@@ -1 +1,2 @@
-- DB update 2022_12_29_01 -> 2022_12_29_02
DELETE FROM `creature_loot_template` WHERE `Entry` = 18681 AND `Item` = 31245;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_29_02 -> 2022_12_29_03
--
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|2 WHERE (`entry` IN (19310, 19409, 21133));

View File

@@ -1,2 +1,3 @@
-- DB update 2022_12_29_03 -> 2022_12_29_04
--
UPDATE `creature` SET `id1`=18453, `equipment_id`=0 WHERE `id1`=18454 AND `guid`=65943;

View File

@@ -1,2 +1,3 @@
-- DB update 2022_12_29_04 -> 2022_12_29_05
UPDATE `creature_template` SET `skinloot` = 0 WHERE (`entry` = 15316);