DB/Misc: Fix Storm Peaks minefield
By Killyana, closes #965 (cherry picked from commit 2023dd4a3256ee15127b9cac0fa245baf21e4d68)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 54355 AND `spell_effect` = 54402;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
|
||||
(54355, 54402, 0, 'Land Mine');
|
||||
Reference in New Issue
Block a user