Skip to content

Commit

Permalink
Fixes Issue #10 and #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Incrementis committed May 16, 2024
1 parent 6b34a9c commit 33cba11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified BGEE/GER_PlayerCharacterBGEE.aup3
Binary file not shown.
2 changes: 1 addition & 1 deletion IWDEE/IWDEE_ASfPC_name_changer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ REM ------------------------
REM Counter for loop
Set count=1
REM Creates and fill the array with non-numeric values concatenated with the base name
For %%G in (a 8 9 g_ h_ b c d e f g h 0 k_ l_ i j k 0_ 1_ 2_ 3_ s t u v l m n o p q r w z 1 2 3 4 5 6 7) Do (
For %%G in (a 8 9 g_ h_ b c d e f g h 0 k_ l_ i j k 0_ 1_ 2_ 3_ s t u v l m w) Do (

Set full_names[!count!]=!name!%%~G
Set /a count+=1
Expand Down

0 comments on commit 33cba11

Please sign in to comment.