Server/DataStore: Updated Error Message Text
Signed-off-by: AriDEV <[email protected]>
This commit is contained in:
@@ -254,7 +254,7 @@ void LoadDB2Stores(std::string const& dataPath)
|
||||
if (!sItemStore.LookupEntry(120406) || // last item added in 6.0.3 (19342)
|
||||
!sItemExtendedCostStore.LookupEntry(5491) ) // last item extended cost added in 6.0.3 (19342)
|
||||
{
|
||||
TC_LOG_ERROR("misc", "Please extract correct db2 files from client 4.3.4 15595.");
|
||||
TC_LOG_ERROR("misc", "You have _outdated_ DB2 files. Please extract correct versions from current using client.");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user