mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 01:37:03 +00:00
[11690] Shaman T10 Restoration bonus
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c5a52705f0
commit
6a142fcd55
5 changed files with 18 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue