mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-11 16:30:05 +00:00
Instance fusion lair NPCs, remove non-mob fusions, stub non-mob paths
This commit is contained in:
@@ -356,9 +356,11 @@ void TableData::loadPaths(int* nextId) {
|
||||
|
||||
// npc paths
|
||||
nlohmann::json pathDataNPC = pathData["npc"];
|
||||
/*
|
||||
for (nlohmann::json::iterator npcPath = pathDataNPC.begin(); npcPath != pathDataNPC.end(); npcPath++) {
|
||||
constructPathNPC(npcPath);
|
||||
}
|
||||
*/
|
||||
|
||||
// mob paths
|
||||
pathDataNPC = pathData["mob"];
|
||||
|
||||
2
tdata
2
tdata
Submodule tdata updated: b858fa6052...6a95fe9ae5
Reference in New Issue
Block a user