[9366] Fix spell 67228

Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
unloading 2010-02-13 17:04:19 +01:00 committed by Lightguard
parent f272aa8d1a
commit 4c18b32279
7 changed files with 23 additions and 4 deletions

View file

@ -6617,6 +6617,13 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
triggered_spell_id = 64930; // Electrified
break;
}
// Shaman T9 Elemental 4P Bonus
case 67228:
{
basepoints0 = int32( triggerAmount * damage / 100 );
triggered_spell_id = 71824;
break;
}
}
// Storm, Earth and Fire
if (dummySpell->SpellIconID == 3063)