mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
DB/Spell: Disable Wail of the Banshee and Clutch of Foresight in Arena
Closes #1845
This commit is contained in:
5
sql/updates/world/3.3.5/2019_03_09_02_world.sql
Normal file
5
sql/updates/world/3.3.5/2019_03_09_02_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user