Converts equipment packets (#314)
### Change to how DisplayEquipInfo works * Fixes a bug where raw name wasn't used * Fixes another bug where an empty, blank, or null string was still sending an empty crafted by property. Bumps release version
This commit is contained in:
parent
b0d8dd42c0
commit
1fb7ac5cda
14 changed files with 177 additions and 132 deletions
|
|
@ -39,7 +39,8 @@ namespace Server.Items
|
|||
$"Bank container has {TotalItems} items, {TotalWeight} stones",
|
||||
Owner.NetState
|
||||
);
|
||||
Owner.Send(new EquipUpdate(this));
|
||||
|
||||
Owner.NetState?.SendEquipUpdate(this);
|
||||
DisplayTo(Owner);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue