From e11006a2491c3e2b498bd4589b85025c35c299fb Mon Sep 17 00:00:00 2001 From: gegge Date: Sun, 19 Jul 2015 04:32:45 +0100 Subject: DB/Area: Cast speed increasing auras in Pandaria factions' sanctuaries Closes #14184 --- sql/updates/world/2015_07_19_17_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_07_19_17_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_07_19_17_world.sql b/sql/updates/world/2015_07_19_17_world.sql new file mode 100644 index 00000000000..8b886d267f5 --- /dev/null +++ b/sql/updates/world/2015_07_19_17_world.sql @@ -0,0 +1,5 @@ +-- Add Cyclonic Inspiration at Entering Area "Shrine of Two Moons" and "Shrine of Seven Stars" +DELETE FROM `spell_area` WHERE `spell` IN (128943, 131526); -- These spells are used only here +INSERT INTO `spell_area` (`spell`, `area`, `autocast`, `racemask`) VALUES +(128943, 6484, 1, 18875469), -- Shrine of Seven Stars +(131526, 6519, 1, 33555378); -- Shrine of Two Moons -- cgit v1.2.3