Server/DataStore: Updated Error Message Text

Signed-off-by: AriDEV <aridev666@gmail.com>
This commit is contained in:
AriDEV
2014-12-20 16:23:54 +01:00
parent b9383bfa07
commit fc5e77f047

View File

@@ -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);
}