aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <jipr@hotmail.com>2013-11-03 03:19:35 +0100
committerAokromes <jipr@hotmail.com>2013-11-03 03:19:35 +0100
commitd9a1609501ee0b89a878eb43d1ee22aaa71c5150 (patch)
treea5792417d974df22cd3ec48b3a57ddb863f1d599
parent1efb60c78e85262c96bfcbe1f770332082a2fc2a (diff)
DB/Gameobject: Ulduar Flame Leviatan secondary force field
By PanDaemonAeon, closes #4793
-rw-r--r--sql/updates/world/2013_11_03_05_world_gameobject.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_03_05_world_gameobject.sql b/sql/updates/world/2013_11_03_05_world_gameobject.sql
new file mode 100644
index 00000000000..6c2aa246b98
--- /dev/null
+++ b/sql/updates/world/2013_11_03_05_world_gameobject.sql
@@ -0,0 +1,6 @@
+--
+SET @GGUID=5338;
+
+DELETE FROM `gameobject` WHERE `id`=181632 AND `guid`=5338;
+INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES
+(@GGUID, 194905,603,3,1,401.308,-13.8236,409.524,3.14159,0,0,0,0,604800,0,0);