*[8472] Fixed argument for KilledMonsterCredit call. Author: ApoC

--HG--
branch : trunk
This commit is contained in:
maximius
2009-09-11 15:39:36 -07:00
parent bb3522355d
commit 996fcc967f

View File

@@ -6881,7 +6881,7 @@ void Spell::EffectKillCreditPersonal(uint32 i)
if(!unitTarget || unitTarget->GetTypeId() != TYPEID_PLAYER)
return;
((Player*)unitTarget)->KilledMonsterCredit(m_spellInfo->EffectMiscValue[i], unitTarget);
((Player*)unitTarget)->KilledMonsterCredit(m_spellInfo->EffectMiscValue[i], 0);
}
void Spell::EffectKillCredit(uint32 i)