Core/Misc: Implemented spawn tracking
Port From (https://github.com/TrinityCore/TrinityCore/commit/c9099c87567ead635811ef71b990ae7f19103509)
This commit is contained in:
@@ -621,4 +621,12 @@ namespace Framework.Constants
|
||||
FirstCompletionBonus = 0x1,
|
||||
RepeatCompletionBonus = 0x2
|
||||
}
|
||||
|
||||
public enum SpawnTrackingState
|
||||
{
|
||||
None = 0,
|
||||
Active = 1,
|
||||
Complete = 2,
|
||||
Max
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user