aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2017-01-08 06:59:25 +0100
committerGitHub <noreply@github.com>2017-01-08 06:59:25 +0100
commitb38f28d67aa476a50ce8acd79597144e43536222 (patch)
tree755c1b492c9de69c5d27e0798d13a3d5175e9718
parent233c3a38456e5b4d2c02ca032d3a35201d50d9bf (diff)
DB/Gameobject: Add 2 missing spawns
By Girib Dragos
-rw-r--r--sql/updates/world/master/2017_01_08_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_08_00_world.sql b/sql/updates/world/master/2017_01_08_00_world.sql
new file mode 100644
index 00000000000..a9db414fc25
--- /dev/null
+++ b/sql/updates/world/master/2017_01_08_00_world.sql
@@ -0,0 +1,7 @@
+--
+-- Levers for heroic
+SET @GUID := 200968;
+INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) values
+(@GUID ,207218,644,0,0,2,0,0,-603.212,339.951,54.5611,3.14159,0,0,0,1,7200,255,1,0),
+(@GUID+1,207219,644,0,0,2,0,0,-677.708,339.788,54.2874,6.21337,0,0,0,1,7200,255,1,0);
+--