aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2018-02-02 23:35:46 +0100
committerGitHub <noreply@github.com>2018-02-02 23:35:46 +0100
commit89f86298b2fb0f17d877a7799a7b423b2b494e71 (patch)
tree2620a385843421cfb27d6dd16f6176777bed59d4
parentf166cfe4e9902627b633878146750825bbd5209f (diff)
DB/Gameobject: Spawn go for quest Livin' the life
By Kilyana closes #11489
-rw-r--r--sql/updates/world/master/2018_02_02_01_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_02_02_01_world.sql b/sql/updates/world/master/2018_02_02_01_world.sql
new file mode 100644
index 00000000000..6ca8a8bc872
--- /dev/null
+++ b/sql/updates/world/master/2018_02_02_01_world.sql
@@ -0,0 +1,5 @@
+--
+SET @OGUID := 200630;
+DELETE FROM `gameobject` WHERE `guid`=@OGUID;
+INSERT INTO `gameobject` (`guid`,`id`,`map`,`zoneId`,`areaId`,`spawnMask`,`PhaseId`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
+(@OGUID,203957, 0, 40, 111, 1, 169, -9848.62, 1390.5, 38.0731, 3.92641, 0, 0, 0.92399, -0.382416, 300, 255, 1);