Core/Quests: Un-deprecate QUEST_SPECIAL_FLAGS_EXPLORATION_OR_EVENT

Port From (https://github.com/TrinityCore/TrinityCore/commit/3ad389efee4a24e2f94c9eb39aeddf83d320eaf0)
This commit is contained in:
hondacrx
2021-05-11 12:55:00 -04:00
parent 5915e1a9a0
commit a762465675
6 changed files with 29 additions and 26 deletions
+1
View File
@@ -731,6 +731,7 @@ namespace Game
public ushort Slot = SharedConst.MaxQuestLogSize;
public QuestStatus Status;
public uint Timer;
public bool Explored;
}
public class QuestGreeting