mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Misc: Move startup error to DBErrors
This commit is contained in:
@@ -7674,7 +7674,7 @@ void ObjectMgr::LoadQuestPOI()
|
||||
_questPOIStore[QuestID].push_back(POI);
|
||||
}
|
||||
else
|
||||
TC_LOG_ERROR("server.loading", "Table quest_poi references unknown quest points for quest %i POI id %i", QuestID, BlobIndex);
|
||||
TC_LOG_ERROR("sql.sql", "Table quest_poi references unknown quest points for quest %i POI id %i", QuestID, BlobIndex);
|
||||
|
||||
++count;
|
||||
} while (result->NextRow());
|
||||
|
||||
Reference in New Issue
Block a user