Core/Startup: Empty table should not be a startup error (#1320)

This commit is contained in:
Francesco Borzì
2019-01-19 20:24:10 +01:00
committed by Kargatum
parent 2729b35bb3
commit aa66ff8f08

View File

@@ -2883,7 +2883,7 @@ void AchievementGlobalMgr::LoadRewardLocales()
if (!result)
{
sLog->outErrorDb(">> Loaded 0 achievement reward locale strings. DB table `achievement_reward_locale` is empty");
sLog->outString(">> Loaded 0 achievement reward locale strings. DB table `achievement_reward_locale` is empty");
sLog->outString();
return;
}