mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Spells: Fixed Guarded by the Light proc with Judgements
Closes #19910
This commit is contained in:
3
sql/updates/world/3.3.5/2017_08_07_01_world.sql
Normal file
3
sql/updates/world/3.3.5/2017_08_07_01_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`=-53583;
|
||||
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`ProcFlags`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
|
||||
(-53583,0,0,0,0,0,0,1,2,0,0,0,0,0,0);
|
||||
Reference in New Issue
Block a user