style(cultures editor): move regenerate burg names button closer to namesbase

This commit is contained in:
Azgaar 2023-03-05 14:54:23 +04:00
parent f018256f7a
commit e0ea578032
4 changed files with 8 additions and 8 deletions

View file

@ -1182,7 +1182,7 @@ async function editStates() {
async function editCultures() {
if (customization) return;
const Editor = await import("../dynamic/editors/cultures-editor.js?v=1.89.02");
const Editor = await import("../dynamic/editors/cultures-editor.js?v=1.89.09");
Editor.open();
}