* Fix Glyph of Mend Pet (tnx L1ghtGu4rd from Mangos)

--HG--
branch : trunk
This commit is contained in:
John Holiver
2010-06-02 18:30:57 -03:00
parent 9f28faa29b
commit cba199fa20
3 changed files with 10 additions and 0 deletions

View File

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