*Fix a typo. :)

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-07-25 01:52:35 +02:00
parent 8c4e30eb07
commit bf4fe35bdb

View File

@@ -7869,7 +7869,7 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, AuraEffect* trig
// Savage Defense
case 62606:
{
basepoints0 = int32(GetTotalAttackPowerValue(BASE_ATTACK) * triggerAmount / 100.f);
basepoints0 = int32(GetTotalAttackPowerValue(BASE_ATTACK) * triggerAmount / 100.0f);
break;
}
}