[New Rpg] Implement GO_INNKEEPER and NEAR_NPC status

This commit is contained in:
Yunfan Li
2024-12-02 00:35:23 +08:00
parent 0fd894176b
commit dba84da6f3
7 changed files with 240 additions and 35 deletions

View File

@@ -188,7 +188,7 @@ bool FindCorpseAction::Execute(Event event)
if (!moved)
{
moved = botAI->DoSpecificAction("spirit healer");
moved = botAI->DoSpecificAction("spirit healer", Event(), true);
}
}
}