Core/Spells: updated Shatter talent to Cataclysm

This commit is contained in:
Ovahlord
2018-08-10 15:32:08 +02:00
parent 2597552bd4
commit c6c19cdf86

View File

@@ -7098,10 +7098,10 @@ float Unit::GetUnitSpellCriticalChance(Unit* victim, SpellInfo const* spellProto
switch ((*i)->GetMiscValue())
{
// Shatter
case 911:
case 11170: // Shatter
case 12982:
if (victim->HasAuraState(AURA_STATE_FROZEN, spellProto, this))
AddPct(crit_chance, (*i)->GetAmount()*20);
crit_chance *= 2;
break;
case 7917: // Glyph of Shadowburn
if (victim->HasAuraState(AURA_STATE_HEALTHLESS_35_PERCENT, spellProto, this))