Core/Misc: Fix a typo (affects no functionality, just for aesthetics)

Author: 2010phenix
Fixes issue #4247

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-11-09 10:55:20 +01:00
parent 32ec6b51da
commit ec125bbc67

View File

@@ -7746,7 +7746,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
{
triggered_spell_id = 54445;
target = this;
float addThreat = SpellMgr::CalculateSpellEffectAmount(procSpell, 0, this) * triggerAmount / 100.f;
float addThreat = SpellMgr::CalculateSpellEffectAmount(procSpell, 0, this) * triggerAmount / 100.0f;
pVictim->AddThreat(this, addThreat);
break;
}