Skip to content

Commit

Permalink
chore: use All Skills 5 as default character (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Jun 8, 2024
1 parent 7edb3b5 commit b94f722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const CurrentCharacterProvider = (props: CurrentCharacterProps) => {
const characters = useCharactersInternal();
const [currentCharacterId, setCurrentCharacterId] = useLocalStorage<string>(
"currentCharacter",
props.initialCharacterId ?? ".all-0",
props.initialCharacterId ?? ".all-5",
);
const [firstLoad, setFirstLoad] = React.useState(true);

Expand Down

0 comments on commit b94f722

Please sign in to comment.