chore(DB): import pending files

Referenced commit(s): 7e664b62f4
This commit is contained in:
AzerothCoreBot
2023-02-17 08:18:55 +00:00
parent 7e664b62f4
commit 1c27934a4b
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_02_16_04 -> 2023_02_17_00
--
DELETE FROM `creature` WHERE `id1`=17144;
INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `MovementType`) VALUES

View File

@@ -1,2 +1,3 @@
-- DB update 2023_02_17_00 -> 2023_02_17_01
--
DELETE FROM `creature` WHERE `id1`=17316 AND `map`=530 AND `guid` IN (86488, 86489, 86490);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_02_17_01 -> 2023_02_17_02
--
-- Searing Gorge Dark Iron Pillow spawns for quest http://www.wowhead.com/quest=7702 retail:28057
SET @OGUID := 24970;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_02_17_02 -> 2023_02_17_03
--
DELETE FROM `creature` WHERE `guid`=151928 AND `id1`=18683;
INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `MovementType`) VALUES (151928, 18683, 530, -2797.86, 8371.15, -39.4439, 0.959005, 43200, 2);