Core/Misc: Fixes

DB: Lots of DB fixes
This commit is contained in:
hondacrx
2018-06-09 12:03:02 -04:00
parent 2d2a9eac16
commit 1289bc3ed1
38 changed files with 53938 additions and 11 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<long>(105);
AllowableRaces = (long)fields.Read<ulong>(105);
QuestRewardID = fields.Read<uint>(106);
Expansion = fields.Read<int>(107);