diff options
author | gegge <luigihack32@gmail.com> | 2015-07-19 04:32:45 +0100 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2015-07-19 04:32:45 +0100 |
commit | e11006a2491c3e2b498bd4589b85025c35c299fb (patch) | |
tree | d02da22dfbca0705dd736f3991efecf6e5563d79 | |
parent | 2422cb9c4dbd8930c9b1b322764c4bff6fb78cf5 (diff) |
DB/Area: Cast speed increasing auras in Pandaria factions' sanctuaries
Closes #14184
-rw-r--r-- | sql/updates/world/2015_07_19_17_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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 |