mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
Core/World: do not consider error when no player data in the DB (#1151)
This commit is contained in:
@@ -3210,8 +3210,7 @@ void World::LoadGlobalPlayerDataStore()
|
||||
QueryResult result = CharacterDatabase.Query("SELECT guid, account, name, gender, race, class, level FROM characters WHERE deleteDate IS NULL");
|
||||
if (!result)
|
||||
{
|
||||
sLog->outString();
|
||||
sLog->outErrorDb(">> Loaded 0 Players data!");
|
||||
sLog->outString(">> Loaded 0 Players data.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user