From 1ec8bc628cb531a04a23c500ad0680f048d7e347 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 --- sql/updates/world/3.3.5/2019_07_17_03_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_07_17_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_07_17_03_world.sql b/sql/updates/world/3.3.5/2019_07_17_03_world.sql new file mode 100644 index 00000000000..c4b1a923945 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_17_03_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_area` WHERE `spell`=46302; +INSERT INTO `spell_area` (`spell`, `area`, `autocast`) VALUES +(46302, 4080, 1), +(46302, 4131, 1); -- cgit v1.2.3