Core/Creatures: add TimeSpan to TempSummon
Port From (https://github.com/TrinityCore/TrinityCore/commit/1dd4b38170339e2d1d959c45ecad1b3b8dceb216)
This commit is contained in:
@@ -9426,7 +9426,7 @@ namespace Game
|
||||
continue;
|
||||
}
|
||||
|
||||
data.time = result.Read<uint>(9);
|
||||
data.time = TimeSpan.FromMilliseconds(result.Read<uint>(9));
|
||||
|
||||
Tuple<uint, SummonerType, byte> key = Tuple.Create(summonerId, summonerType, group);
|
||||
_tempSummonDataStorage.Add(key, data);
|
||||
|
||||
Reference in New Issue
Block a user