Remove remaining references to version-specific data directories
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user