mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-23 04:10:06 +00:00
[refactor] Initial ICombatant draft
This commit is contained in:
@@ -355,7 +355,7 @@ static void step(CNServer *serv, time_t currTime) {
|
||||
continue;
|
||||
auto npc = (CombatNPC*)pair.second;
|
||||
|
||||
npc->stepAI(currTime);
|
||||
npc->step(currTime);
|
||||
}
|
||||
|
||||
// deallocate all NPCs queued for removal
|
||||
|
||||
Reference in New Issue
Block a user