Skip to content

Commit

Permalink
#28 Use uppercase letters for deleted character names
Browse files Browse the repository at this point in the history
  • Loading branch information
binchoo committed Sep 21, 2022
1 parent e18fd73 commit dda363a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private static Uid nonExisting(String uid) {
.region(Region.OS_OTHER)
.characterLevel(0)
.isLumine(false)
.characterName("Deleted uid.")
.characterName("DELETED UID")
.build();
}
}

0 comments on commit dda363a

Please sign in to comment.