diff options
| author | QAston <none@none> | 2009-04-23 20:57:17 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-04-23 20:57:17 +0200 |
| commit | 066af701d31d1fe19c0a86ebd4d29fdf3bc09c56 (patch) | |
| tree | 881a3a30fdc4af6496dd5abb98a4952cced08ae1 /src/game/Unit.cpp | |
| parent | cedc328d1fde51433fe2834a1ed6fb1603635a11 (diff) | |
*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
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; |
