Instance fusion lair NPCs, remove non-mob fusions, stub non-mob paths

This commit is contained in:
Gent S 2020-12-01 06:02:55 -05:00
parent c508016ca3
commit c9754902b9
2 changed files with 3 additions and 1 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit b858fa6052ca1b5399b141e846f6c31ebd8cccc2
Subproject commit 6a95fe9ae5527b3fde3025c85c121e08c1540f55