From 066af701d31d1fe19c0a86ebd4d29fdf3bc09c56 Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 23 Apr 2009 20:57:17 +0200 Subject: *Fix frenzy and Ferocious Inspiration proc. *Add command .reset all pet_spells - use it if you still have problems with pet talents after recent revs changes (like pets with all talents for example) --HG-- branch : trunk --- src/game/Unit.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/Unit.cpp') 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; -- cgit v1.2.3