mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
[11666] Warrior T10 Protection 4P Bonus
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
405eb1f02a
commit
85a13fcc33
3 changed files with 12 additions and 1 deletions
|
|
@ -6817,6 +6817,11 @@ void Aura::HandleSchoolAbsorb(bool apply, bool Real)
|
|||
float DoneActualBenefit = 0.0f;
|
||||
switch(spellProto->SpellFamilyName)
|
||||
{
|
||||
case SPELLFAMILY_GENERIC:
|
||||
// Stoicism
|
||||
if (spellProto->Id == 70845)
|
||||
DoneActualBenefit = caster->GetMaxHealth() * 0.20f;
|
||||
break;
|
||||
case SPELLFAMILY_PRIEST:
|
||||
// Power Word: Shield
|
||||
if (spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000001))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue