Misc fixes

This commit is contained in:
hondacrx
2022-07-23 22:48:56 -04:00
parent 732609fd87
commit 2b74effdd8
4 changed files with 5 additions and 7 deletions
-1
View File
@@ -502,7 +502,6 @@ namespace Game
public List<GuildReward> GetGuildRewards() { return guildRewards; }
uint NextGuildId;
Dictionary<ulong, Guild> GuildStore = new();
List<GuildReward> guildRewards = new();