mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Some cleanup [skip ci]
This commit is contained in:
parent
7d8347a556
commit
58534dea16
@ -254,11 +254,6 @@ int main(int argc, char** argv) {
|
||||
} else {
|
||||
content_db.SetMysql(database.getMySQL());
|
||||
}
|
||||
//
|
||||
// auto results = content_db.QueryDatabase("SELECT id FROM items limit 10");
|
||||
// for (auto row = results.begin(); row != results.end(); ++row) {
|
||||
// std::cout << row[0] << std::endl;
|
||||
// }
|
||||
|
||||
/* Register Log System and Settings */
|
||||
LogSys.SetGMSayHandler(&Zone::GMSayHookCallBackProcess);
|
||||
|
||||
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user