diff options
Diffstat (limited to 'src/server/game/Spells/SpellInfo.h')
-rw-r--r-- | src/server/game/Spells/SpellInfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/game/Spells/SpellInfo.h b/src/server/game/Spells/SpellInfo.h index 2d50ac0a8d1..54ec93a8471 100644 --- a/src/server/game/Spells/SpellInfo.h +++ b/src/server/game/Spells/SpellInfo.h @@ -312,8 +312,6 @@ public: bool IsAura(AuraType aura) const; bool IsTargetingArea() const; bool IsAreaAuraEffect() const; - bool IsFarUnitTargetEffect() const; - bool IsFarDestTargetEffect() const; bool IsUnitOwnedAuraEffect() const; int32 CalcValue(Unit const* caster = nullptr, int32 const* basePoints = nullptr, Unit const* target = nullptr, float* variance = nullptr, uint32 castItemId = 0, int32 itemLevel = -1) const; |