Core/Quests: Fix swapped QuestGiverStatus
Port From (https://github.com/TrinityCore/TrinityCore/commit/96f8fc335c8294986ef69bd74a9a7354bedf336d)
This commit is contained in:
@@ -442,8 +442,8 @@ namespace Framework.Constants
|
||||
TrivialLegendaryQuest = 0x400000,
|
||||
FutureLegendaryQuest = 0x800000,
|
||||
LegendaryReward = 0x1000000,
|
||||
ImportantQuest = 0x2000000,
|
||||
ImportantReward = 0x4000000,
|
||||
ImportantReward = 0x2000000,
|
||||
ImportantQuest = 0x4000000,
|
||||
TrivialImportantQuest = 0x8000000,
|
||||
FutureImportantQuest = 0x010000000,
|
||||
ImportantQuestRewardCompleteNoPOI = 0x20000000,
|
||||
|
||||
Reference in New Issue
Block a user