DB/Spell: Disable Wail of the Banshee and Clutch of Foresight in Arena

Closes #1845
This commit is contained in:
Killyana
2019-03-09 16:56:20 +01:00
parent 73d2e5da37
commit dff66b9daa

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `disables` WHERE `sourceType` = 0 AND `entry` IN (17639, 29443);
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
(0, 17639, 256, 0, 0, 'Wail of the Banshee'),
(0, 29443, 256, 0, 0, 'Clutch of Foresight');