mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
*Fix a typo breaking compile on Linux.
--HG-- branch : trunk
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user