mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 06:50:04 +00:00
Instance fusion lair NPCs, remove non-mob fusions, stub non-mob paths
This commit is contained in:
parent
c508016ca3
commit
c9754902b9
@ -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
@ -1 +1 @@
|
|||||||
Subproject commit b858fa6052ca1b5399b141e846f6c31ebd8cccc2
|
Subproject commit 6a95fe9ae5527b3fde3025c85c121e08c1540f55
|
Loading…
Reference in New Issue
Block a user