[9289] Fix glyph 57870

This commit is contained in:
Lightguard 2010-02-03 12:00:41 +01:00
parent 6fef6a2e52
commit aff7d022af
6 changed files with 16 additions and 3 deletions

View file

@ -6140,6 +6140,12 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
}
break;
}
// Glyph of Mend Pet
if(dummySpell->Id == 57870)
{
pVictim->CastSpell(pVictim, 57894, true, NULL, NULL, GetGUID());
return true;
}
break;
}
case SPELLFAMILY_PALADIN: