From 6554c227fda701d7e990ab8113b535aec581a68b Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Wed, 17 Jul 2019 20:23:36 +0200 Subject: DB/SpellArea: add K'iru's Song of Victory to Isle of Quel'Danas and Magister's Terrace. https://wowwiki.fandom.com/wiki/K'iru's_Song_of_Victory (cherry picked from commit 1ec8bc628cb531a04a23c500ad0680f048d7e347) --- sql/updates/world/master/2021_12_16_07_world_2019_07_17_03_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_12_16_07_world_2019_07_17_03_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_12_16_07_world_2019_07_17_03_world.sql b/sql/updates/world/master/2021_12_16_07_world_2019_07_17_03_world.sql new file mode 100644 index 00000000000..f5d0592c22e --- /dev/null +++ b/sql/updates/world/master/2021_12_16_07_world_2019_07_17_03_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_area` WHERE `spell`=46302; +INSERT INTO `spell_area` (`spell`, `area`, `flags`) VALUES +(46302, 4080, 3), +(46302, 4131, 3); -- cgit v1.2.3