mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
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
This commit is contained in:
4
sql/updates/world/3.3.5/2019_07_17_03_world.sql
Normal file
4
sql/updates/world/3.3.5/2019_07_17_03_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user