Core/Startup: Empty table should not be a startup error (#1320)
This commit is contained in:
parent
2729b35bb3
commit
aa66ff8f08
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue