diff options
-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 |