Update LFGMgr.cpp (#13197)

Small typo fix
This commit is contained in:
Bogir[rus]
2022-10-02 03:02:26 +05:00
committed by GitHub
parent 6e6111904b
commit 05329af838

View File

@@ -206,7 +206,7 @@ namespace lfg
if (!result)
{
LOG_ERROR("lfg", ">> Loaded 0 LFG Rntrance Positions. DB Table `lfg_dungeon_template` Is Empty!");
LOG_ERROR("lfg", ">> Loaded 0 LFG Entrance Positions. DB Table `lfg_dungeon_template` Is Empty!");
LOG_INFO("server.loading", " ");
return;
}