[11690] Shaman T10 Restoration bonus

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Den 2011-06-28 01:00:22 +04:00 committed by VladimirMangos
parent c5a52705f0
commit 6a142fcd55
5 changed files with 18 additions and 3 deletions

View file

@ -2388,6 +2388,13 @@ SpellAuraProcResult Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura
triggered_spell_id = 71824;
break;
}
// Shaman T10 Restoration 4P Bonus
case 70808:
{
basepoints[0] = int32(triggerAmount * damage / 100);
triggered_spell_id = 70809;
break;
}
}
// Storm, Earth and Fire
if (dummySpell->SpellIconID == 3063)