mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
[11682] Priest T10 Healer 2P Bonus
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
1492ca1e41
commit
6b4f6cee31
5 changed files with 17 additions and 3 deletions
|
|
@ -1469,6 +1469,13 @@ SpellAuraProcResult Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura
|
|||
triggered_spell_id = 56161;
|
||||
break;
|
||||
}
|
||||
// Priest T10 Healer 2P Bonus
|
||||
case 70770:
|
||||
{
|
||||
basepoints[0] = int32(triggerAmount * damage / 100);
|
||||
triggered_spell_id = 70772;
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue