Merge branch 'master' into questXPHook

This commit is contained in:
郑佩茹
2022-03-13 16:37:06 -06:00
74 changed files with 1851 additions and 1006 deletions

View File

@@ -48,7 +48,7 @@ void SystemMgr::LoadScriptWaypoints()
if (!result)
{
LOG_INFO("server.loading", ">> Loaded 0 Script Waypoints. DB table `script_waypoint` is empty.");
LOG_WARN("server.loading", ">> Loaded 0 Script Waypoints. DB table `script_waypoint` is empty.");
LOG_INFO("server.loading", " ");
return;
}