Fix loading into world.

This commit is contained in:
hondacrx
2021-04-13 01:23:54 -04:00
parent b0e28e1478
commit 99350e6dc6
22 changed files with 78 additions and 171 deletions
+1 -1
View File
@@ -408,7 +408,7 @@ namespace Game
var rewards = Global.GuildMgr.GetGuildRewards();
GuildRewardList rewardList = new();
rewardList.Version = (uint)Time.UnixTime;
rewardList.Version = Time.UnixTime;
for (int i = 0; i < rewards.Count; i++)
{