diff options
-rw-r--r-- | src/game/SpellMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h index 6c192f5b309..f61a503fcba 100644 --- a/src/game/SpellMgr.h +++ b/src/game/SpellMgr.h @@ -1042,7 +1042,7 @@ class SpellMgr return SpellAreaForAreaMapBounds(mSpellAreaForAreaMap.lower_bound(area_id),mSpellAreaForAreaMap.upper_bound(area_id)); } - bool SpellMgr::IsSrcTargetSpell(SpellEntry const *spellInfo) const; + bool IsSrcTargetSpell(SpellEntry const *spellInfo) const; // Modifiers public: |