Update to issue #37, if we don't have correct db2 locale then we need to stop server.
This commit is contained in:
@@ -401,7 +401,7 @@ namespace Game
|
|||||||
if (m_availableDbcLocaleMask == null || !m_availableDbcLocaleMask[(int)m_defaultDbcLocale])
|
if (m_availableDbcLocaleMask == null || !m_availableDbcLocaleMask[(int)m_defaultDbcLocale])
|
||||||
{
|
{
|
||||||
Log.outFatal(LogFilter.ServerLoading, $"Unable to load db2 files for {m_defaultDbcLocale} locale specified in DBC.Locale config!");
|
Log.outFatal(LogFilter.ServerLoading, $"Unable to load db2 files for {m_defaultDbcLocale} locale specified in DBC.Locale config!");
|
||||||
ShutdownServ(1, ShutdownMask.Force, ShutdownExitCode.Error);
|
Environment.Exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.outInfo(LogFilter.ServerLoading, "Loading hotfix blobs...");
|
Log.outInfo(LogFilter.ServerLoading, "Loading hotfix blobs...");
|
||||||
|
|||||||
Reference in New Issue
Block a user