aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_08_14_00_world_gameobject.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_08_14_00_world_gameobject.sql b/sql/updates/world/2014_08_14_00_world_gameobject.sql
new file mode 100644
index 00000000000..0cbe21fb11a
--- /dev/null
+++ b/sql/updates/world/2014_08_14_00_world_gameobject.sql
@@ -0,0 +1,4 @@
+SET @OGUID := 5495;
+DELETE FROM `gameobject` WHERE `guid`=@OGUID;
+INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`animprogress`,`state`) VALUES
+(@OGUID,201818,631,15,1,4149.65,2779.59,350.962,0,604800,0,1);