*Update formula on last fix

--HG--
branch : trunk
This commit is contained in:
Nevan
2009-08-03 23:22:42 +02:00
parent 2c33800661
commit cd1be01444
+1 -1
View File
@@ -6445,7 +6445,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
{ // Shaman T8 Elemental 4P Bonus
case 64928:
{
basepoints0 = int32( damage*0.08 );
basepoints0 = int32( triggerAmount * damage / 100 );
triggered_spell_id = 64930;
break;
}