mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Spells: fixed Shield Specialization rage amount on reflecting spells
This commit is contained in:
5
sql/updates/world/custom/custom_2018_07_27_00_world.sql
Normal file
5
sql/updates/world/custom/custom_2018_07_27_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user