Core/Players: Store player creation timestamp and type (normal/npe)
Port From (https://github.com/TrinityCore/TrinityCore/commit/11762273c68b24b332238aa89a73b9ed9ac1d249)
This commit is contained in:
@@ -196,6 +196,9 @@ namespace Game.Entities
|
||||
public PlayerData m_playerData;
|
||||
public ActivePlayerData m_activePlayerData;
|
||||
|
||||
long m_createTime;
|
||||
PlayerCreateMode m_createMode;
|
||||
|
||||
uint m_nextSave;
|
||||
byte m_cinematic;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user