mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +01:00
Core/Quests: Fix swapped QuestGiverStatus
This commit is contained in:
@@ -179,8 +179,8 @@ enum class QuestGiverStatus : uint64
|
||||
TrivialLegendaryQuest = 0x000400000,
|
||||
FutureLegendaryQuest = 0x000800000,
|
||||
LegendaryReward = 0x001000000,
|
||||
ImportantQuest = 0x002000000,
|
||||
ImportantReward = 0x004000000,
|
||||
ImportantReward = 0x002000000,
|
||||
ImportantQuest = 0x004000000,
|
||||
TrivialImportantQuest = 0x008000000,
|
||||
FutureImportantQuest = 0x010000000,
|
||||
ImportantQuestRewardCompleteNoPOI = 0x020000000,
|
||||
|
||||
Reference in New Issue
Block a user