Improve near npc move

This commit is contained in:
Yunfan Li
2024-12-03 23:30:09 +08:00
parent 87e8c05b20
commit 618358aa13
2 changed files with 8 additions and 8 deletions

View File

@@ -68,14 +68,14 @@ struct NewRpgInfo
break;
case NewRpgStatus::NEAR_RANDOM:
out << "NEAR_RANDOM";
out << "\nlastNearNpc: " << lastNearRandom;
out << "\nlastNearRandom: " << lastNearRandom;
break;
case NewRpgStatus::IDLE:
out << "IDLE";
break;
case NewRpgStatus::REST:
out << "REST";
out << "\nlastNearNpc: " << lastRest;
out << "\nlastRest: " << lastRest;
break;
default:
out << "UNKNOWN";