From d9a1609501ee0b89a878eb43d1ee22aaa71c5150 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 3 Nov 2013 03:19:35 +0100 Subject: DB/Gameobject: Ulduar Flame Leviatan secondary force field By PanDaemonAeon, closes #4793 --- sql/updates/world/2013_11_03_05_world_gameobject.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2013_11_03_05_world_gameobject.sql (limited to 'sql') 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); -- cgit v1.2.3