mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 09:33:47 +00:00
fix(Core/Condition): Implement CONDITION_QUESTSTATE (#3049)
This commit is contained in:
@@ -83,7 +83,7 @@ enum QuestTradeSkill
|
||||
QUEST_TRSKILL_JEWELCRAFTING = 14,
|
||||
};
|
||||
|
||||
enum QuestStatus
|
||||
enum QuestStatus : uint8
|
||||
{
|
||||
QUEST_STATUS_NONE = 0,
|
||||
QUEST_STATUS_COMPLETE = 1,
|
||||
|
||||
Reference in New Issue
Block a user