aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-02-15 16:50:12 +0100
committerAokromes <Aokromes@users.noreply.github.com>2015-02-15 16:50:12 +0100
commita269c61e6ef6a10a6559ca6848a7989e4373f01a (patch)
tree1a42143396988847f568f3b8e3a8d2298b5da79e
parentaa6c7ab0f0a8f2b1ef5fcfa68bbc53dd05b700a7 (diff)
DB/Quest: Fury of the Frostborn King
By Killyana, closes #8587
-rw-r--r--sql/updates/world/2015_02_15_11_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_15_11_world.sql b/sql/updates/world/2015_02_15_11_world.sql
new file mode 100644
index 00000000000..458a23a77cf
--- /dev/null
+++ b/sql/updates/world/2015_02_15_11_world.sql
@@ -0,0 +1,9 @@
+--
+SET @CGUID := 45212;
+DELETE FROM `creature` WHERE `guid` IN (@CGUID);
+INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
+(@CGUID, 30082, 571, 1, 4, 7271.656, -878.8148, 926.0092, 5.532694, 600, 0, 0);
+
+DELETE FROM `spell_area` WHERE `spell`=55783 AND `area`=4432;
+INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES
+(55783, 4432, 12879, 12973, 0, 0, 2, 1, 66, 1);