aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Reputation/ReputationMgr.h
diff options
context:
space:
mode:
authorChaplain <aionthefirst@gmail.com>2011-09-01 22:38:32 +0300
committerChaplain <aionthefirst@gmail.com>2011-09-01 22:38:32 +0300
commitbea649d0451271eda60aadff6040c3e6a9899a3f (patch)
tree49383b7f9b8caac38552a4c6d0c65c34c22cc4e2 /src/server/game/Reputation/ReputationMgr.h
parent0046083509304113a951519191a6a4d251cf2e5c (diff)
Core: cleanup.
*remove some garbage *little bit moore const func *fix process of args in vmap3_extractor
Diffstat (limited to 'src/server/game/Reputation/ReputationMgr.h')
-rwxr-xr-xsrc/server/game/Reputation/ReputationMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Reputation/ReputationMgr.h b/src/server/game/Reputation/ReputationMgr.h
index 4a6c60456eb..bb22f46585a 100755
--- a/src/server/game/Reputation/ReputationMgr.h
+++ b/src/server/game/Reputation/ReputationMgr.h
@@ -101,7 +101,7 @@ class ReputationMgr
ReputationRank GetRank(FactionEntry const* factionEntry) const;
ReputationRank GetBaseRank(FactionEntry const* factionEntry) const;
- uint32 GetReputationRankStrIndex(FactionEntry const* factionEntry)
+ uint32 GetReputationRankStrIndex(FactionEntry const* factionEntry) const
{
return ReputationRankStrIndex[GetRank(factionEntry)];
};