aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-07-06 10:03:26 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-07-06 10:03:26 +0200
commit6c757c4ae90ae9189a42980f4d8659ffb75a1dde (patch)
treea39b7b74f9a083571cdf060081e5ed4e8ba3b690
parent408b490851628a55720dd6c5d1bf0b7fd0cb0b83 (diff)
DB/Quest: Steady as a Rock?
By untaught, closes #3976
-rw-r--r--sql/updates/world/2014_07_06_01_world_misc.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_06_01_world_misc.sql b/sql/updates/world/2014_07_06_01_world_misc.sql
new file mode 100644
index 00000000000..ff7e226bdd9
--- /dev/null
+++ b/sql/updates/world/2014_07_06_01_world_misc.sql
@@ -0,0 +1,10 @@
+--
+SET @GUID=5412;
+
+DELETE FROM `gameobject` WHERE `id`=188367;
+INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES
+(@GUID,188367,571,1,1,5048.28,-4817.63,219.778,2.49582,0,0,0,1,-60,255,1,0);
+
+DELETE FROM `event_scripts` WHERE `id`=17566;
+INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES
+(17566,0,9,@GUID,60,0,0,0,0,0);