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

@@ -3,7 +3,7 @@ if not loadStatFile then
end
loadStatFile("passive_skill_stat_descriptions.txt")
local out = io.open("../Data/3_0/ClusterJewels.lua", "w")
local out = io.open("../Data/ClusterJewels.lua", "w")
out:write('-- This file is automatically generated, do not edit!\n')
out:write('-- Jewel data (c) Grinding Gear Games\n\nreturn {\n')