From a269c61e6ef6a10a6559ca6848a7989e4373f01a Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 15 Feb 2015 16:50:12 +0100 Subject: DB/Quest: Fury of the Frostborn King By Killyana, closes #8587 --- sql/updates/world/2015_02_15_11_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/2015_02_15_11_world.sql (limited to 'sql') 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); -- cgit v1.2.3