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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user