Skip to content

Commit

Permalink
DB/Spells: Fixed Prayer of Mending proc with AOE Spells
Browse files Browse the repository at this point in the history
Fix proc with spells like: Professor Putricide AOE Abomination damage, Sindragosa Frost Damage, Blood Queen Damage.
  • Loading branch information
Keader committed Aug 10, 2019
1 parent 464b0b0 commit 3d356b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sql/updates/world/3.3.5/2019_08_10_00_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Prayer of Mending
-- Old wrong proc flag value: 664232
UPDATE `spell_proc` SET `ProcFlags`=0,`AttributesMask`=2 WHERE `SpellId`=-41635;

0 comments on commit 3d356b9

Please sign in to comment.