From 6506ff24c457e3031848d5ef478ce005cdb28957 Mon Sep 17 00:00:00 2001 From: ivy <119665497+lvlvllvlvllvlvl@users.noreply.github.com> Date: Sat, 27 Jul 2024 05:41:50 +0700 Subject: [PATCH] export mods first --- export.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/export.bash b/export.bash index ddc532f7..582456df 100755 --- a/export.bash +++ b/export.bash @@ -150,6 +150,8 @@ set -e pypoe_exporter $QUIET setup perform +exporting mods && +pypoe_exporter $QUIET wiki mods mods rowid "${ARGS[@]}" "$@" exporting gem-skills && pypoe_exporter $QUIET wiki skill by_gem "${IMG[@]}" "${ARGS[@]}" "$@" exporting items && @@ -162,8 +164,6 @@ exporting mastery-effects && pypoe_exporter $QUIET wiki mastery effects rowid "${ARGS[@]}" "$@" exporting mastery-groups && pypoe_exporter $QUIET wiki mastery groups rowid "${ARGS[@]}" "$@" -exporting mods && -pypoe_exporter $QUIET wiki mods mods rowid "${ARGS[@]}" "$@" exporting monsters && pypoe_exporter $QUIET wiki monster rowid "${ARGS[@]}" "$@" exporting areas &&