From bf989ce07308050183387651e4e8fe44aa204968 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 31 Jul 2009 11:37:03 +0800 Subject: [8277] Add new line at the end of some .cpp to make gcc happy Author: Gendalph --HG-- branch : trunk --- src/game/AchievementMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/AchievementMgr.cpp') 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; -- cgit v1.2.3