Updated DB2 structs

This commit is contained in:
hondacrx
2018-02-26 13:13:54 -05:00
parent 0a3dfaba37
commit 82dca6de94
61 changed files with 2639 additions and 2517 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ namespace Game
SoundTurnIn = fields.Read<uint>(102);
AreaGroupID = fields.Read<uint>(103);
LimitTime = fields.Read<uint>(104);
AllowableRaces = fields.Read<int>(105);
AllowableRaces = fields.Read<long>(105);
QuestRewardID = fields.Read<uint>(106);
Expansion = fields.Read<int>(107);