*Fix a typo breaking compile on Linux.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-07-05 20:21:25 +02:00
parent 402a6354e0
commit c86bdd2d40

View File

@@ -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: