From c86bdd2d40b6444e100fc2c57b452a37ad838951 Mon Sep 17 00:00:00 2001 From: QAston Date: Sun, 5 Jul 2009 20:21:25 +0200 Subject: *Fix a typo breaking compile on Linux. --HG-- branch : trunk --- src/game/SpellMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: -- cgit v1.2.3