--HG--
branch : trunk
This commit is contained in:
Machiavelli
2009-08-17 04:46:26 +02:00
3 changed files with 17 additions and 1 deletions

View File

@@ -6465,6 +6465,16 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
break;
}
}
// Frozen Power
if (dummySpell->SpellIconID == 3780)
{
float chance = triggerAmount;
if (!roll_chance_f(chance))
return false;
triggered_spell_id = 63685;
break;
}
// Storm, Earth and Fire
if (dummySpell->SpellIconID == 3063)
{