fantasycalendar / FoundryVTT-ItemPiles

Other
33 stars 51 forks source link

handle result from merchant columns as an array #570

Closed OlavStornes closed 1 month ago

OlavStornes commented 1 month ago

The object result when saving merchant columns is an array, however the object result.merchantColumns doesn't exist. This should fix it.

Tested with directly modifying module.js on a live instance and transposed the result to the source code.

fix #568