Some cleanup [skip ci]

This commit is contained in:
Akkadius
2020-04-01 00:57:34 -05:00
parent 7d8347a556
commit 58534dea16
2 changed files with 5 additions and 6 deletions
+5 -1
View File
@@ -1821,7 +1821,11 @@ void NPC::AI_SetupNextWaypoint() {
}
else {
pause_timer_complete = false;
LogPathing("We are departing waypoint [{}]", cur_wp);
LogPathingDetail(
"[{}] departing waypoint [{}]",
GetCleanName(),
cur_wp
);
//if we were under quest control (with no grid), we are done now..
if (cur_wp == EQEmu::WaypointStatus::QuestControlNoGrid) {
LogPathing("Non-grid quest mob has reached its quest ordered waypoint. Leaving pathing mode");