mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-12 19:40:04 +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
|
// npc paths
|
||||||
nlohmann::json pathDataNPC = pathData["npc"];
|
nlohmann::json pathDataNPC = pathData["npc"];
|
||||||
|
/*
|
||||||
for (nlohmann::json::iterator npcPath = pathDataNPC.begin(); npcPath != pathDataNPC.end(); npcPath++) {
|
for (nlohmann::json::iterator npcPath = pathDataNPC.begin(); npcPath != pathDataNPC.end(); npcPath++) {
|
||||||
constructPathNPC(npcPath);
|
constructPathNPC(npcPath);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// mob paths
|
// mob paths
|
||||||
pathDataNPC = pathData["mob"];
|
pathDataNPC = pathData["mob"];
|
||||||
|
|||||||
2
tdata
2
tdata
Submodule tdata updated: b858fa6052...6a95fe9ae5
Reference in New Issue
Block a user