From 33074b34c8bcdcb7005af12dc5bf21665e495f5b Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 31 May 2019 17:29:33 +0200 Subject: DB/Creature: Forgus --- sql/updates/world/3.3.5/2019_05_31_05_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_05_31_05_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_05_31_05_world.sql b/sql/updates/world/3.3.5/2019_05_31_05_world.sql new file mode 100644 index 00000000000..5c557944ce5 --- /dev/null +++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(106218, 21455, 530, 1, 1, 1, -3422.27, 1122.06, 46.7247, 0.86922, 180, 0, 0), +(106222, 23148, 530, 1, 1, 0, -5137.82, 561.520, 84.3600, 4.74700, 180, 0, 0); + -- cgit v1.2.3