[8069] Fixed copy/paste mistake in achievement error output.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
Saeba 2009-06-22 22:17:16 +02:00 committed by ApoC
parent d4017afadd
commit e455ee7da7
2 changed files with 2 additions and 2 deletions

View file

@ -226,7 +226,7 @@ bool AchievementCriteriaData::IsValid(AchievementCriteriaEntry const* criteria)
if (!sHolidaysStore.LookupEntry(holiday.id))
{
sLog.outErrorDb( "Table `achievement_criteria_data` (Entry: %u Type: %u) for data type ACHIEVEMENT_CRITERIA_DATA_TYPE_HOLIDAY (%u) have unknown holiday in value1 (%u), ignore.",
criteria->ID, criteria->requiredType,dataType,drunk.state);
criteria->ID, criteria->requiredType,dataType,holiday.id);
return false;
}
return true;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8068"
#define REVISION_NR "8069"
#endif // __REVISION_NR_H__