Core/Quests: Fix swapped QuestGiverStatus

Port From (https://github.com/TrinityCore/TrinityCore/commit/96f8fc335c8294986ef69bd74a9a7354bedf336d)
This commit is contained in:
Hondacrx
2024-08-26 00:04:08 -04:00
parent e4e660c995
commit 40db30bc58
+2 -2
View File
@@ -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,