From a265e5bed124b65f0efd8613c3c207b7f66fd170 Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 31 May 2019 17:29:33 +0200 Subject: [PATCH] DB/Creature: Forgus (cherry picked from commit 33074b34c8bcdcb7005af12dc5bf21665e495f5b) --- .../master/2021_12_08_27_world_2019_05_31_05_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2021_12_08_27_world_2019_05_31_05_world.sql diff --git a/sql/updates/world/master/2021_12_08_27_world_2019_05_31_05_world.sql b/sql/updates/world/master/2021_12_08_27_world_2019_05_31_05_world.sql new file mode 100644 index 00000000000..d7a27d6ae8f --- /dev/null +++ b/sql/updates/world/master/2021_12_08_27_world_2019_05_31_05_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `creature` WHERE `id` IN (21455, 23148) AND `guid` IN (106218,106222); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(106218, 21455, 530, '0', 0, 1, -3422.27, 1122.06, 46.7247, 0.86922, 180, 0, 0), +(106222, 23148, 530, '0', 0, 0, -5137.82, 561.520, 84.3600, 4.74700, 180, 0, 0); +