Misc bug fixes

This commit is contained in:
hondacrx
2019-09-11 23:42:27 -04:00
parent 3a3ba9ac2a
commit 7c405230cc
15 changed files with 282 additions and 317 deletions
+1 -4
View File
@@ -71,10 +71,7 @@ namespace Game.Groups
public Group GetGroupByDbStoreId(uint storageId)
{
if (storageId < GroupDbStore.Count)
return GroupDbStore[storageId];
return null;
return GroupDbStore.LookupByKey(storageId);
}
public ulong GenerateGroupId()