mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
@@ -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
|
||||
@@ -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);
|
||||
@@ -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;
|
||||
@@ -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);
|
||||
Reference in New Issue
Block a user