aboutsummaryrefslogtreecommitdiff
path: root/src/game/ReputationMgr.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-07-31 11:37:03 +0800
committermegamage <none@none>2009-07-31 11:37:03 +0800
commitbf989ce07308050183387651e4e8fe44aa204968 (patch)
tree36a42c33a6b5b7b1853f4da881b5fb20f97bd55e /src/game/ReputationMgr.cpp
parent70e31cce3fc41cc5ebfbc9f0a69a1757ea4ec42a (diff)
[8277] Add new line at the end of some .cpp to make gcc happy Author: Gendalph
--HG-- branch : trunk
Diffstat (limited to 'src/game/ReputationMgr.cpp')
-rw-r--r--src/game/ReputationMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ReputationMgr.cpp b/src/game/ReputationMgr.cpp
index 7536fb54f03..e4ed5b0db2e 100644
--- a/src/game/ReputationMgr.cpp
+++ b/src/game/ReputationMgr.cpp
@@ -475,4 +475,4 @@ void ReputationMgr::UpdateRankCounters( ReputationRank old_rank, ReputationRank
++m_reveredFactionCount;
if(new_rank >= REP_HONORED)
++m_honoredFactionCount;
-} \ No newline at end of file
+}