Misc fixes.

This commit is contained in:
hondacrx
2021-11-14 16:48:38 -05:00
parent 6e2511f7b6
commit d5911e1c92
5 changed files with 16 additions and 16 deletions
@@ -36,7 +36,7 @@ namespace Game.Networking.Packets
public ObjectGuid PlayerGuid;
public long ServerTime;
public Array<long> AccountTimes = new((int)AccountDataTypes.Max);
public long[] AccountTimes = new long[(int)AccountDataTypes.Max];
}
public class ClientCacheVersion : ServerPacket