Core/Players: Store player creation timestamp and type (normal/npe)
Port From (https://github.com/TrinityCore/TrinityCore/commit/11762273c68b24b332238aa89a73b9ed9ac1d249)
This commit is contained in:
@@ -784,4 +784,10 @@ namespace Framework.Constants
|
||||
Contested = 3,
|
||||
Combat = 4
|
||||
}
|
||||
|
||||
public enum PlayerCreateMode
|
||||
{
|
||||
Normal = 0,
|
||||
NPE = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user