diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 832e2e6fff4..fe89baacaf1 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5524,6 +5524,9 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger // Glyph of Dispel Magic case 55677: { + // Dispel Magic shares spellfamilyflag with abolish disease + if (procSpell->SpellIconID!=74) + return false; if(!target->IsFriendlyTo(this)) return false; |