From c9754902b945f324b718e9b61b3ee64fcbfeecf6 Mon Sep 17 00:00:00 2001 From: Gent S Date: Tue, 1 Dec 2020 06:02:55 -0500 Subject: [PATCH] Instance fusion lair NPCs, remove non-mob fusions, stub non-mob paths --- src/TableData.cpp | 2 ++ tdata | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/TableData.cpp b/src/TableData.cpp index 885fa71..31dd0c4 100644 --- a/src/TableData.cpp +++ b/src/TableData.cpp @@ -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"]; diff --git a/tdata b/tdata index b858fa6..6a95fe9 160000 --- a/tdata +++ b/tdata @@ -1 +1 @@ -Subproject commit b858fa6052ca1b5399b141e846f6c31ebd8cccc2 +Subproject commit 6a95fe9ae5527b3fde3025c85c121e08c1540f55