mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
Core/Startup: Empty table should not be a startup error (#1320)
This commit is contained in:
committed by
Kargatum
parent
2729b35bb3
commit
aa66ff8f08
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user