diff options
author | QAston <none@none> | 2009-07-05 20:21:25 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-07-05 20:21:25 +0200 |
commit | c86bdd2d40b6444e100fc2c57b452a37ad838951 (patch) | |
tree | cb31a317848d19b3c57b2d302619767fc67dfb4a | |
parent | 402a6354e0c004064de6ab524d3b2ae36e9732cb (diff) |
*Fix a typo breaking compile on Linux.
--HG--
branch : trunk
-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: |