diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-10-17 02:34:04 -0300 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-10-03 21:14:27 +0200 |
commit | 702d82317982bad157d8333722449ef3c2b9e2d8 (patch) | |
tree | cb9030a4ba6ce3305aa67140c28c0c8c3613e5eb /sql | |
parent | efaa33b5991f91007c5752d847dc88dd9ebbe283 (diff) |
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
(cherry picked from commit c6d77e02860073e40a09cd1c847c73c02299eb29)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2017_10_03_15_world_2016_10_17_03_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_10_03_15_world_2016_10_17_03_world_335.sql b/sql/updates/world/master/2017_10_03_15_world_2016_10_17_03_world_335.sql new file mode 100644 index 00000000000..17255cea34e --- /dev/null +++ b/sql/updates/world/master/2017_10_03_15_world_2016_10_17_03_world_335.sql @@ -0,0 +1,3 @@ +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 |