mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8052] Fixed typo in error log output.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
5f81e5bd35
commit
5564346c58
2 changed files with 2 additions and 2 deletions
|
|
@ -533,7 +533,7 @@ void AchievementMgr::LoadFromDB(QueryResult *achievementResult, QueryResult *cri
|
|||
if (!criteria)
|
||||
{
|
||||
// we will remove not existed criteria for all characters
|
||||
sLog.outError("Not existed achievement creataria %u data removed from table `character_achievement_progress`.",id);
|
||||
sLog.outError("Not existed achievement criteria %u data removed from table `character_achievement_progress`.",id);
|
||||
CharacterDatabase.PExecute("DELETE FROM character_achievement_progress WHERE criteria = %u",id);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8051"
|
||||
#define REVISION_NR "8052"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue