mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/Spells: move Serrated Blades handling into Eviscerate spell script and corrected Rupture duration reset behaivior
* added proc entry to remove Shadowstep damage bonus
This commit is contained in:
5
sql/updates/world/custom/custom_2020_02_05_00_world.sql
Normal file
5
sql/updates/world/custom/custom_2020_02_05_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_rog_serrated_blades';
|
||||
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= 36563;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`) VALUES
|
||||
(36563, 8, 0x00000200 | 0x00000100, 0, 0, 0, 1, 1, 0, 0);
|
||||
Reference in New Issue
Block a user