fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items (#1350)
This commit is contained in:
parent
22376cfc20
commit
42012538bc
177 changed files with 994 additions and 1262 deletions
|
|
@ -443,7 +443,7 @@ public partial class BaseQuiver : Container, ICraftable, IAosItem
|
|||
|
||||
if ((flags & 0x10) != 0)
|
||||
{
|
||||
_crafter = reader.ReadEntity<Mobile>()?.RawName;
|
||||
Timer.DelayCall((item, crafter) => item._crafter = crafter?.RawName, this, reader.ReadEntity<Mobile>());
|
||||
}
|
||||
|
||||
if ((flags & 0x20) != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue