mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Server/DataStore: Updated Error Message Text
Signed-off-by: AriDEV <aridev666@gmail.com>
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