aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2012_01_05_01_world_gameobject.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_05_01_world_gameobject.sql b/sql/updates/world/2012_01_05_01_world_gameobject.sql
new file mode 100644
index 00000000000..15b2f5dc408
--- /dev/null
+++ b/sql/updates/world/2012_01_05_01_world_gameobject.sql
@@ -0,0 +1,5 @@
+-- Template updates for gameobject 186831 (Saga of the Twins)
+UPDATE `gameobject_template` SET `flags`=`flags`|4 WHERE `entry`=186831; -- Saga of the Twins
+DELETE FROM `gameobject` WHERE `id`=186831;
+INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES
+(216,186831,571,1,1,957.1025,-5308.23,189.3529,2.600535,0,0,0.9636297,0.267241,300,100,1);