aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2013_11_03_02_world_gameobject_335.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_03_02_world_gameobject_335.sql b/sql/updates/world/2013_11_03_02_world_gameobject_335.sql
new file mode 100644
index 00000000000..d25f702ce73
--- /dev/null
+++ b/sql/updates/world/2013_11_03_02_world_gameobject_335.sql
@@ -0,0 +1,6 @@
+--
+SET @GGUID=5289;
+
+DELETE FROM `gameobject` WHERE `id`=181632;
+INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
+(@GGUID,181632,1,1,1,-4511.94,-781.874,-41.5711,6.04346,0,0,0.119574,-0.992825,300,0,1);