aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-05 20:21:25 +0200
committerQAston <none@none>2009-07-05 20:21:25 +0200
commitc86bdd2d40b6444e100fc2c57b452a37ad838951 (patch)
treecb31a317848d19b3c57b2d302619767fc67dfb4a /src
parent402a6354e0c004064de6ab524d3b2ae36e9732cb (diff)
*Fix a typo breaking compile on Linux.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellMgr.h2
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: