Various quest system fixes (seasonal quests, timed quests and more)
Port From (https://github.com/TrinityCore/TrinityCore/commit/16cf95654f35f6bb563e82608476d8f53837bd06)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user