mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 16:43:47 +00:00
chore(Core/AchievementMgr): add GetAchievement helper (#6121)
This commit is contained in:
@@ -2962,3 +2962,8 @@ void AchievementGlobalMgr::LoadRewardLocales()
|
||||
LOG_INFO("server", ">> Loaded %lu Achievement Reward Locale strings in %u ms", (unsigned long)m_achievementRewardLocales.size(), GetMSTimeDiffToNow(oldMSTime));
|
||||
LOG_INFO("server", " ");
|
||||
}
|
||||
|
||||
AchievementEntry const* AchievementGlobalMgr::GetAchievement(uint32 achievementId) const
|
||||
{
|
||||
return sAchievementStore.LookupEntry(achievementId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user