Skip to content

Commit

Permalink
Merge pull request #189 from lvlvllvlvllvlvl/dev
Browse files Browse the repository at this point in the history
export mods first
  • Loading branch information
lvlvllvlvllvlvl authored Jul 26, 2024
2 parents 2e6980d + 6506ff2 commit b09cbd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions export.bash
Original file line number Diff line number Diff line change
@@ -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 &&

0 comments on commit b09cbd0

Please sign in to comment.