Skip to content

Commit

Permalink
Fix release.json
Browse files Browse the repository at this point in the history
Fixes #114
  • Loading branch information
nebularg committed Feb 22, 2022
1 parent a6648ef commit f02adfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ fi
declare -A game_flavor=( ["retail"]="retail" ["classic"]="classic" ["bcc"]="bcc" ["mainline"]="retail" ["tbc"]="bcc" ["vanilla"]="classic" )

declare -A game_type_version=() # type -> version
declare -A game_type_interface=() # type -> toc
declare -A si_game_type_interface_all=() # type -> toc (last file)
declare -A si_game_type_interface=() # type -> game type toc (last file)
declare -A toc_interfaces=() # path -> all toc interface values (: delim)
Expand Down

0 comments on commit f02adfe

Please sign in to comment.