Core: Adjust fieldtype size for loading completed achievements

This commit is contained in:
click
2012-03-29 04:09:02 +02:00
parent 5e795a61e8
commit 40c35b095c

View File

@@ -2415,7 +2415,7 @@ void AchievementGlobalMgr::LoadCompletedAchievements()
{
Field* fields = result->Fetch();
uint32 achievementId = fields[0].GetUInt32();
uint16 achievementId = fields[0].GetUInt16();
const AchievementEntry* achievement = sAchievementStore.LookupEntry(achievementId);
if (!achievement)
{