Typo, sorry.

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2009-09-08 23:11:25 +02:00
parent 6facec59bd
commit ea929f5880
@@ -65,7 +65,7 @@ struct TRINITY_DLL_DECL boss_razuviousAI : public BossAI
void DamageTaken(Unit* pDone_by, uint32& uiDamage)
{
// Damage done by the controlled Death Knight understudies should also count toward damage done by players
if(pDone_by->GetTypeId() == TYPEID_UNIT && (pDone_by->GetEntry() == 16803 || pDone_by->GetEntry() == 29941)
if(pDone_by->GetTypeId() == TYPEID_UNIT && (pDone_by->GetEntry() == 16803 || pDone_by->GetEntry() == 29941))
{
me->LowerPlayerDamageReq(uiDamage);
}