diff options
author | megamage <none@none> | 2009-07-31 11:37:03 +0800 |
---|---|---|
committer | megamage <none@none> | 2009-07-31 11:37:03 +0800 |
commit | bf989ce07308050183387651e4e8fe44aa204968 (patch) | |
tree | 36a42c33a6b5b7b1853f4da881b5fb20f97bd55e | |
parent | 70e31cce3fc41cc5ebfbc9f0a69a1757ea4ec42a (diff) |
[8277] Add new line at the end of some .cpp to make gcc happy Author: Gendalph
--HG--
branch : trunk
-rw-r--r-- | src/game/AchievementMgr.cpp | 2 | ||||
-rw-r--r-- | src/game/Chat.cpp | 2 | ||||
-rw-r--r-- | src/game/ReputationMgr.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/game/AchievementMgr.cpp b/src/game/AchievementMgr.cpp index 482be8d069a..5280341c671 100644 --- a/src/game/AchievementMgr.cpp +++ b/src/game/AchievementMgr.cpp @@ -237,7 +237,7 @@ bool AchievementCriteriaData::IsValid(AchievementCriteriaEntry const* criteria) } return true; case ACHIEVEMENT_CRITERIA_DATA_TYPE_BG_LOSS_TEAM_SCORE: - return true; // not check correctness node indexes + return true; // not check correctness node indexes default: sLog.outErrorDb( "Table `achievement_criteria_data` (Entry: %u Type: %u) have data for not supported data type (%u), ignore.", criteria->ID, criteria->requiredType,dataType); return false; diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index 4dcc603afc4..72176a34f6a 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -1810,4 +1810,4 @@ LocaleConstant CliHandler::GetSessionDbcLocale() const int CliHandler::GetSessionDbLocaleIndex() const { return objmgr.GetDBCLocaleIndex(); -}
\ No newline at end of file +} 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 +} |