mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Core/Misc: Random changes here and there to minimize differences with 4.3.4 branch
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "Common.h"
|
||||
#include "AchievementMgr.h"
|
||||
#include "CharacterDatabaseCleaner.h"
|
||||
#include "World.h"
|
||||
#include "Database/DatabaseEnv.h"
|
||||
@@ -108,7 +109,7 @@ void CharacterDatabaseCleaner::CheckUnique(const char* column, const char* table
|
||||
|
||||
bool CharacterDatabaseCleaner::AchievementProgressCheck(uint32 criteria)
|
||||
{
|
||||
return sAchievementCriteriaStore.LookupEntry(criteria);
|
||||
return sAchievementMgr->GetAchievementCriteria(criteria);
|
||||
}
|
||||
|
||||
void CharacterDatabaseCleaner::CleanCharacterAchievementProgress()
|
||||
|
||||
Reference in New Issue
Block a user