Core/Misc: Better description for a log

(cherry picked from commit 35042de723)
This commit is contained in:
Aokromes
2016-07-02 19:14:21 +02:00
committed by joschiwald
parent 36d211c0f9
commit 54dfd00bf7

View File

@@ -7889,7 +7889,7 @@ bool ObjectMgr::LoadTrinityStrings()
QueryResult result = WorldDatabase.Query("SELECT entry, content_default, content_loc1, content_loc2, content_loc3, content_loc4, content_loc5, content_loc6, content_loc7, content_loc8 FROM trinity_string");
if (!result)
{
TC_LOG_ERROR("server.loading", ">> Loaded 0 trinity strings. DB table `trinity_string` is empty.");
TC_LOG_ERROR("server.loading", ">> Loaded 0 trinity strings. DB table `trinity_string` is empty. You have imported an incorrect database for more info search for TCE00003 on forum.");
return false;
}