Core/Misc: Implemented spawn tracking

Port From (https://github.com/TrinityCore/TrinityCore/commit/c9099c87567ead635811ef71b990ae7f19103509)
This commit is contained in:
Hondacrx
2025-05-25 20:13:24 -04:00
parent 84642c2ccf
commit 2043ac37f9
17 changed files with 953 additions and 44 deletions
+1
View File
@@ -995,6 +995,7 @@ namespace Game
public long AcceptTime;
public uint Timer;
public bool Explored;
public List<(sbyte, uint)> SpawnTrackingList = new();
}
public class QuestGreeting