Missing changes to previous commit

This commit is contained in:
Nay
2012-08-14 00:03:18 +01:00
parent 424d860454
commit db00a9fd2c

View File

@@ -26,7 +26,7 @@ Quest::Quest(Field* questRecord)
Id = questRecord[0].GetUInt32();
Method = questRecord[1].GetUInt8();
Level = questRecord[2].GetInt16();
MinLevel = questRecord[3].GetUInt8();
MinLevel = uint32(questRecord[3].GetInt8());
MaxLevel = questRecord[4].GetUInt8();
ZoneOrSort = questRecord[5].GetInt16();
Type = questRecord[6].GetUInt16();