fix: Fixes pre-codegen deserialization of base quiver (#1281)

This commit is contained in:
Kamron Batman 2022-11-24 11:34:37 -08:00 committed by GitHub
parent c9bdaf8069
commit eae624120a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -431,7 +431,7 @@ public partial class BaseQuiver : Container, ICraftable, IAosItem
_lowerAmmoCost = reader.ReadInt();
}
if ((flags & 0x3) != 0)
if ((flags & 0x8) != 0)
{
_weightReduction = reader.ReadInt();
}