Core/Spells: fixed Shield Specialization rage amount on reflecting spells

This commit is contained in:
Ovahlord
2018-07-27 01:03:30 +02:00
parent 7f218a8650
commit 485ede9b53
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
UPDATE `spell_proc` SET `HitMask`= 64 | 2048, `ProcFlags`= 0x000002A8 | 0x00020000 WHERE `SpellId`= -12298;
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_warr_shield_specialization';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-12298, 'spell_warr_shield_specialization');