Skip to content

Commit

Permalink
chore: remove quest type 3 (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias authored Sep 27, 2024
1 parent e08b196 commit 15739a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/shared/acore-world-model/src/options/quest-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ export const QUEST_TYPE: Option[] = [
},
{ value: 1, name: 'The quest is disabled' },
{ value: 2, name: 'The quest is enabled (does not auto-complete)' },
{ value: 3, name: 'The quest is a World Quest' },
];

0 comments on commit 15739a4

Please sign in to comment.