Core/Misc: Implemented spawn tracking
Port From (https://github.com/TrinityCore/TrinityCore/commit/c9099c87567ead635811ef71b990ae7f19103509)
This commit is contained in:
@@ -995,6 +995,7 @@ namespace Game
|
||||
public long AcceptTime;
|
||||
public uint Timer;
|
||||
public bool Explored;
|
||||
public List<(sbyte, uint)> SpawnTrackingList = new();
|
||||
}
|
||||
|
||||
public class QuestGreeting
|
||||
|
||||
Reference in New Issue
Block a user