mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
@@ -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;
|
||||
@@ -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);
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
-- DB update 2022_12_29_01 -> 2022_12_29_02
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 18681 AND `Item` = 31245;
|
||||
@@ -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));
|
||||
|
||||
@@ -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;
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2022_12_29_04 -> 2022_12_29_05
|
||||
|
||||
UPDATE `creature_template` SET `skinloot` = 0 WHERE (`entry` = 15316);
|
||||
Reference in New Issue
Block a user