mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 20:52:22 -04:00
Core/Misc: Fix a typo (affects no functionality, just for aesthetics)
Author: 2010phenix Fixes issue #4247 --HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user