chore(DB): import pending files

Referenced commit(s): a946e408cc
This commit is contained in:
AzerothCoreBot
2022-12-25 13:39:42 +00:00
parent a946e408cc
commit 3b5ceb4363
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_25_02 -> 2022_12_25_03
SET @GUID := 25068;
-- Raging Fire-Soul (Mangos)

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_25_03 -> 2022_12_25_04
--
DELETE FROM `event_scripts` WHERE `id` IN (10301,10302,16395,16396,16397,16398,16399,16400,16401,16402,16522,19030,19031,19032,19033,19123,19124);
INSERT INTO `event_scripts` VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_25_04 -> 2022_12_25_05
--
UPDATE `creature_loot_template` SET `Chance`=5 WHERE `Entry` IN (17881, 20912) AND `Item`=23572;
UPDATE `creature_loot_template` SET `Chance`=2.5 WHERE `Entry`=18473 AND `Item`=23572;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_25_05 -> 2022_12_25_06
--
DELETE FROM `creature` WHERE `id1` IN (16772, 16810, 18583, 18595, 21244, 21245) AND `map`=530;
DELETE FROM `creature_addon` WHERE (`guid` IN (57784));