diff options
author | Wyrserth <wyrserth@protonmail.com> | 2019-07-17 20:23:36 +0200 |
---|---|---|
committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-17 20:23:36 +0200 |
commit | 1ec8bc628cb531a04a23c500ad0680f048d7e347 (patch) | |
tree | 34638f36b577622b0a0d826e8b747002d3997eea | |
parent | 3db4fbbcefc474583b025233092cb7cfeec4fac6 (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
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_17_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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); |