Various quest system fixes (seasonal quests, timed quests and more)

Port From (https://github.com/TrinityCore/TrinityCore/commit/16cf95654f35f6bb563e82608476d8f53837bd06)
This commit is contained in:
hondacrx
2020-05-18 23:15:58 -04:00
parent d5e2f1e646
commit 6e9d62c3ea
4 changed files with 80 additions and 33 deletions
+2 -1
View File
@@ -338,7 +338,8 @@ namespace Framework.Constants
Speakto = 0x100, // Internal Flag Computed Only
Kill = 0x200, // Internal Flag Computed Only
Timed = 0x400, // Internal Flag Computed Only
PlayerKill = 0x800 // Internal Flag Computed Only
PlayerKill = 0x800, // Internal Flag Computed Only
CompletedAtStart = 0x1000 // Internal flag computed only
}
public enum QuestSaveType