mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +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)
|
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();
|
sLog->outString();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user