*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
This commit is contained in:
QAston
2009-04-23 20:57:17 +02:00
parent cedc328d1f
commit 066af701d3
9 changed files with 68 additions and 1 deletions

View File

@@ -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;