[8310] Implement item set 73/824 (4) bonus.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Nevan 2009-08-05 01:49:28 +04:00 committed by VladimirMangos
parent 4e4a10312c
commit 0a534fda64
5 changed files with 18 additions and 3 deletions

View file

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