version update; fix add wild folk

This commit is contained in:
Canis Artorus 2023-03-05 20:59:46 -07:00
parent 5b3dac7175
commit 39698be077
4 changed files with 9 additions and 9 deletions

View file

@ -1188,6 +1188,6 @@ async function editCultures() {
async function editReligions() {
if (customization) return;
const Editor = await import("../dynamic/editors/religions-editor.js?v=1.89.09");
const Editor = await import("../dynamic/editors/religions-editor.js?v=1.89.10");
Editor.open();
}