aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Reputation/ReputationMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/game/Reputation/ReputationMgr.h')
-rw-r--r--src/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 100106a27de..269c323ca8b 100644
--- a/src/server/game/Reputation/ReputationMgr.h
+++ b/src/server/game/Reputation/ReputationMgr.h
@@ -172,7 +172,7 @@ class TC_GAME_API ReputationMgr
uint8 _honoredFactionCount :8;
uint8 _reveredFactionCount :8;
uint8 _exaltedFactionCount :8;
- bool _sendFactionIncreased; //! Play visual effect on next SMSG_SET_FACTION_STANDING sent
+ bool _sendFactionIncreased; //!< Play visual effect on next SMSG_SET_FACTION_STANDING sent
};
#endif