Page 1 of 1

debug.log error

Posted: Tue Aug 26, 2008 4:10 am
by Betelgeuse
I have been using static data for items for my tinkerers +1 mod and when I looked at my debug.log I see this error

Unknown sub-element for ItemType: StaticData

That doesn't make much sense because it seems to be working fine.

Posted: Tue Aug 26, 2008 4:31 am
by george moromisato
Thanks for finding this.

This is a harmless bug. You're right that the StaticData is being interpreted correctly, but a different part of the code (the part that loads the rest of the ItemType) doesn't recognize the element and spits out a warning.

I'll fix this in the next version, but for now there is nothing to worry about.