Remove remaining references to version-specific data directories

This commit is contained in:
ppoelzl
2020-11-12 19:26:31 +01:00
parent e1c5dd9c73
commit 3cdfd12948
16 changed files with 25 additions and 25 deletions

View File

@@ -36,7 +36,7 @@ local itemClassMap = {
["Rune Dagger"] = "Dagger",
["Warstaff"] = "Staff",
}
local out = io.open("../Data/3_0/ModMaster.lua", "w")
local out = io.open("../Data/ModMaster.lua", "w")
out:write('-- This file is automatically generated, do not edit!\n')
out:write('-- Item data (c) Grinding Gear Games\n\nreturn {\n')
for _, craft in ipairs(dat("CraftingBenchOptions"):GetRowList("IsDisabled", false)) do