aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRat <none@none>2009-08-05 23:03:27 +0200
committerRat <none@none>2009-08-05 23:03:27 +0200
commit18e36134ad028ef312ca5d9ed7a4f332650655c2 (patch)
tree1a3f147a5dcf3711274296550064d38a811a6d45 /src
parentd7df4cfa099286310639915d70aea0b9cd7183a2 (diff)
*fix typo in achievement, thanks to Thyros
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/AchievementMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/AchievementMgr.cpp b/src/game/AchievementMgr.cpp
index dd3a7a5b8fb..09ae58eea8d 100644
--- a/src/game/AchievementMgr.cpp
+++ b/src/game/AchievementMgr.cpp
@@ -225,7 +225,7 @@ bool AchievementCriteriaData::IsValid(AchievementCriteriaEntry const* criteria)
if(drunk.state >= MAX_DRUNKEN)
{
sLog.outErrorDb( "Table `achievement_criteria_data` (Entry: %u Type: %u) for data type ACHIEVEMENT_CRITERIA_DATA_TYPE_S_DRUNK (%u) have unknown drunken state in value1 (%u), ignore.",
- criteria->ID, criteria->requiredType,dataType,holiday.id);
+ criteria->ID, criteria->requiredType,dataType,drunk.state);
return false;
}
return true;