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