Skip to content

Commit

Permalink
chore(special-flags.ts): add SpecialFlags 64 and 128 (azerothcore#3018)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudlud authored Jun 25, 2024
1 parent 8da6f10 commit f40f565
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/shared/acore-world-model/src/flags/special-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ export const SPECIAL_FLAGS: Flag[] = [
{ bit: 3, name: 'Only used for Dungeon Finder quests' },
{ bit: 4, name: 'Makes the quest monthly' },
{ bit: 5, name: 'The quest requires RequiredOrNpcGo killcredit (a spell cast), but NOT an actual NPC kill' },
{ bit: 6, name: 'Makes quest not share rewarded reputation with other allied factions' },
{
bit: 7,
name: 'Allows quest to fail in Player::FailQuest() independant of its current state, e.g. relevant for timed quests that are completed right from the beginning.',
},
];

0 comments on commit f40f565

Please sign in to comment.