aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-06-19 12:17:51 +0200
committerKillyana <morphone1@gmail.com>2019-06-19 12:17:51 +0200
commitc650369e633b28c5efa2eed0de0a020842ef2e1f (patch)
tree10cb96566eee18b351a77838c14dd9637ecd9b4d
parentd6e36601151046d5e99f97fa9594ac2d86fa698c (diff)
DB/GameObject: Spawn spell focus gobs related to Grim Message quest at the correct villages
-rw-r--r--sql/updates/world/3.3.5/2019_06_19_00_world_335.sql5
1 files changed, 5 insertions, 0 deletions
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);