Posted November 04, 2019 by Ramza
#bugfix #class-change #equip-core
I have uploaded version 1.12 of the Variable Level Params plugin, correcting the following bug:
This bug was due to the fact that I was unaware that the same window object (Window_StatCompare) was used in both plugins. I had aliased a function in it to update the growth comparison window on the class change scene, but that window doesn't exist on the equip scene, so it caused a crash when attempting to update it.