diff options
author | Shauren <shauren.trinity@gmail.com> | 2012-04-15 17:41:37 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2012-04-15 17:41:37 +0200 |
commit | 39b3589dcb543f5ba6703d6ea2324dc5318f18b4 (patch) | |
tree | 2da0f71e2314c5c6ecdfc0c7c3fa0cfb1c0d0bc6 /src/server/game/Reputation/ReputationMgr.h | |
parent | f7e0aedaf05e3edb1445d304cadf9c22931d9e2f (diff) |
Fixed Fixed broken compile
Diffstat (limited to 'src/server/game/Reputation/ReputationMgr.h')
-rwxr-xr-x | src/server/game/Reputation/ReputationMgr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/game/Reputation/ReputationMgr.h b/src/server/game/Reputation/ReputationMgr.h index 401503783b9..a073845ea73 100755 --- a/src/server/game/Reputation/ReputationMgr.h +++ b/src/server/game/Reputation/ReputationMgr.h @@ -132,6 +132,9 @@ class ReputationMgr void ApplyForceReaction(uint32 faction_id, ReputationRank rank, bool apply); + //! Public for chat command needs + bool SetOneFactionReputation(FactionEntry const* factionEntry, int32 standing, bool incremental); + public: // senders void SendInitialReputations(); void SendForceReactions(); @@ -142,7 +145,6 @@ class ReputationMgr void Initialize(); uint32 GetDefaultStateFlags(FactionEntry const* factionEntry) const; bool SetReputation(FactionEntry const* factionEntry, int32 standing, bool incremental); - bool SetOneFactionReputation(FactionEntry const* factionEntry, int32 standing, bool incremental); void SetVisible(FactionState* faction); void SetAtWar(FactionState* faction, bool atWar) const; void SetInactive(FactionState* faction, bool inactive) const; |