aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <wyrserth@protonmail.com>2019-07-17 20:23:36 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-16 21:20:39 +0100
commit6554c227fda701d7e990ab8113b535aec581a68b (patch)
treee2f55c2e662aa5df47da8260134b0c0f79e7683c
parent96bca1fe2b690a16e741d8675f6d1f6d4467739b (diff)
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)
-rw-r--r--sql/updates/world/master/2021_12_16_07_world_2019_07_17_03_world.sql4
1 files changed, 4 insertions, 0 deletions
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);