Scripts/Spells: Implemented monk stagger

Port From (https://github.com/TrinityCore/TrinityCore/commit/c99f93d53ded571ce3cfdcd9c1ca04a81c477428)
This commit is contained in:
hondacrx
2021-04-22 20:56:57 -04:00
parent 47f993bff5
commit 8c565b6032
3 changed files with 236 additions and 1 deletions
@@ -0,0 +1,8 @@
-- Stagger
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_monk_stagger', 'spell_monk_stagger_damage_aura', 'spell_monk_stagger_debuff_aura');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(115069, 'spell_monk_stagger'),
(124255, 'spell_monk_stagger_damage_aura'),
(124273, 'spell_monk_stagger_debuff_aura'),
(124274, 'spell_monk_stagger_debuff_aura'),
(124275, 'spell_monk_stagger_debuff_aura');