fix: Fixes pre-codegen deserialization of base quiver (#1281)
This commit is contained in:
parent
c9bdaf8069
commit
eae624120a
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue