diff --git a/convert/patches/dogma_attributes.py b/convert/patches/dogma_attributes.py index 121f511..6de0448 100644 --- a/convert/patches/dogma_attributes.py +++ b/convert/patches/dogma_attributes.py @@ -1,5 +1,5 @@ def patch(entries, patches, data): - nextAttributeID = -100 # We start some IDs away from 0, so we can have a few reserved numbers. + nextAttributeID = -1 for patch in patches: if patch.get("new"):