Core/Quests: allow QUEST_SPECIAL_FLAGS_AUTO_PUSH_TO_PARTY to be set in quest_template_addon

Port From (https://github.com/TrinityCore/TrinityCore/commit/ff9a23afab84cb084e77d0a005e20c2da1f8d31a)
This commit is contained in:
hondacrx
2023-07-23 18:07:05 -04:00
parent 25a4d5b354
commit d18af900df
+1 -1
View File
@@ -540,7 +540,7 @@ namespace Framework.Constants
Monthly = 0x010, // Set by 16 in SpecialFlags in DB if the quest is reset at the begining of the month
// Room For More Custom Flags
DbAllowed = Repeatable | AutoAccept | DfQuest | Monthly,
DbAllowed = Repeatable | AutoPushToParty | AutoAccept | DfQuest | Monthly,
SequencedObjectives = 0x20 // Internal flag computed only
}