diff options
author | Ovahlord <dreadkiller@gmx.de> | 2023-11-18 19:47:12 +0100 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2023-11-18 19:47:12 +0100 |
commit | a1401decb62ae4ab612983e75a99cf917995bd05 (patch) | |
tree | a8c1ad65e5ad7986968b4461ce7fb74d0db03a29 /src/server/game/Spells/SpellInfo.cpp | |
parent | 1581075726dda927816884903f05bbf1f5e615da (diff) |
Core/Player: backported health and mana regeneration calculations from 3.3.5
Diffstat (limited to 'src/server/game/Spells/SpellInfo.cpp')
-rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index 9276801cc6a..581578ebc10 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -4864,7 +4864,6 @@ bool _isPositiveEffectImpl(SpellInfo const* spellInfo, SpellEffectInfo const& ef } case SPELL_AURA_ADD_FLAT_MODIFIER: // mods case SPELL_AURA_ADD_PCT_MODIFIER: - case SPELL_AURA_ADD_FLAT_MODIFIER_BY_SPELL_LABEL: case SPELL_AURA_ADD_PCT_MODIFIER_BY_SPELL_LABEL: { switch (SpellModOp(effect.MiscValue)) |