diff options
author | svannon <svannon@trinity.contib> | 2012-01-05 11:14:02 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-05 11:14:02 +0100 |
commit | e670f14e6f0c6812f0f68d2d729c59d16b58fe34 (patch) | |
tree | 097f644814e4d59c34e6aceb0f39e925ca923f16 | |
parent | 79318966496b1264c01cdca0891cfb4611ad967e (diff) |
DB/Gameobject: add missing South Point Station Valve
closes #3594
-rw-r--r-- | sql/updates/world/2012_01_05_04_world_gameobject.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_05_04_world_gameobject.sql b/sql/updates/world/2012_01_05_04_world_gameobject.sql new file mode 100644 index 00000000000..4090eb0c123 --- /dev/null +++ b/sql/updates/world/2012_01_05_04_world_gameobject.sql @@ -0,0 +1,4 @@ +-- add South Point Station Valve gameobject +DELETE FROM `gameobject` WHERE `id`=188109; +INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES +(221,188109,571,1,1,3792.77,4808.874,-11.56067,1.483528,0,0,0.6755896,0.7372779,0,0,1); |