From c650369e633b28c5efa2eed0de0a020842ef2e1f Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 19 Jun 2019 12:17:51 +0200 Subject: DB/GameObject: Spawn spell focus gobs related to Grim Message quest at the correct villages --- sql/updates/world/3.3.5/2019_06_19_00_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_06_19_00_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_06_19_00_world_335.sql b/sql/updates/world/3.3.5/2019_06_19_00_world_335.sql new file mode 100644 index 00000000000..7d9e371e080 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_06_19_00_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject` WHERE `id` = 142698; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES +(99872, 142698, 0, 1, 1, -21.77, -2802.7, 121.85, 0, 0, 0, 0, 0, 180, 0, 1), +(99873, 142698, 0, 1, 1, -24.2883, -2468.25, 122.442, 0, 0, 0, 0, 0, 180, 0, 1); -- cgit v1.2.3