mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
DB/Spells: Fixed Prayer of Mending proc with AOE Spells
Fix proc with spells like: Professor Putricide AOE Abomination damage, Sindragosa Frost Damage, Blood Queen Damage.
This commit is contained in:
3
sql/updates/world/3.3.5/2019_08_10_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2019_08_10_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Prayer of Mending
|
||||
-- Old wrong proc flag value: 664232
|
||||
UPDATE `spell_proc` SET `ProcFlags`=0,`AttributesMask`=2 WHERE `SpellId`=-41635;
|
||||
Reference in New Issue
Block a user