mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
Add 10% healing reduction to PVP-zones (as per 3.3.x patchnotes)
Fix by Havenard - closes #1565 --HG-- branch : trunk
This commit is contained in:
@@ -3810,6 +3810,12 @@ void SpellMgr::LoadSpellCustomAttr()
|
||||
spellInfo->EffectImplicitTargetB[1] = TARGET_UNIT_AREA_ALLY_SRC;
|
||||
count++;
|
||||
break;
|
||||
case 74410: // Arena - Dampening
|
||||
case 74411: // Battleground - Dampening
|
||||
spellInfo->EffectApplyAuraName[0] = SPELL_AURA_MOD_HEALING_DONE_PERCENT;
|
||||
spellInfo->EffectBasePoints[0] = -11; // 1 -11 = -10
|
||||
count++;
|
||||
break;
|
||||
case 31687: // Summon Water Elemental
|
||||
// 322-330 switch - effect changed to dummy, target entry not changed in client:(
|
||||
spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_CASTER;
|
||||
|
||||
Reference in New Issue
Block a user