Core/Misc: Add TempSummon timer to GetDebugInfo
Port From (https://github.com/TrinityCore/TrinityCore/commit/1d30f7ae2b5451571f6e8cac9a30741ca4cdb29b)
This commit is contained in:
@@ -356,7 +356,7 @@ namespace Game.Entities
|
||||
|
||||
public override string GetDebugInfo()
|
||||
{
|
||||
return $"{base.GetDebugInfo()}\nTempSummonType : {GetSummonType()} Summoner: {GetSummonerGUID()}";
|
||||
return $"{base.GetDebugInfo()}\nTempSummonType : {GetSummonType()} Summoner: {GetSummonerGUID()} Timer: {GetTimer()}";
|
||||
}
|
||||
|
||||
public override void SaveToDB(uint mapid, List<Difficulty> spawnDifficulties) { }
|
||||
|
||||
Reference in New Issue
Block a user