mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Spell: some proc fixes
- Glyph of Totem of Wrath should proc from triggered casts (fixes aura not applied when summoning through Call of the xx spells) - Fix Deadly brew not proccing at all - Fix Light's Beacon not healing with Holy Shock by xjose93
This commit is contained in:
4
sql/updates/world/3.3.5/2016_10_17_03_world_335.sql
Normal file
4
sql/updates/world/3.3.5/2016_10_17_03_world_335.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE `spell_proc` SET `AttributesMask`=`AttributesMask`|0x2 WHERE `SpellId` IN (63280, -51625);
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`=53651;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
|
||||
(53651, 0, 0, 0x00000000, 0x00000000, 0x00000000, 0x0, 0x2, 0x0, 0x0, 0x2, 0, 0, 0, 0); -- Light's Beacon
|
||||
Reference in New Issue
Block a user