(fix/prototypes) item count, item equipped, cooldown/charges/count

This commit is contained in:
NoM0Re
2025-02-08 15:05:57 +01:00
parent 5cdb9aed28
commit 0ee4e79d36
3 changed files with 72 additions and 105 deletions
+2 -2
View File
@@ -1686,7 +1686,7 @@ function Private.Modernize(data, oldSnapshot)
end
end
--[[if data.internalVersion < 77 then
if data.internalVersion < 77 then
-- fix data broken by wago export
local triggerFix = {
talent = {
@@ -1748,7 +1748,7 @@ function Private.Modernize(data, oldSnapshot)
fixData(triggerData.trigger, triggerFix)
end
fixData(data.load, loadFix)
end]]
end
if data.internalVersion < 79 then
if data.triggers then