- [X] Fixes a dangerous mobile/item deletion in display caches during deserialization. This is left over from RunUO. Notes: I broke up the deletion here because I didn't want to have to clear the mobiles list and trim excess. It is easier to just build a list of objects to delete and give the display cache a new list. Closes #470 |
||
|---|---|---|
| .. | ||
| NPC | ||
| SBInfo | ||
| AnimalBuy.cs | ||
| BaseVendor.cs | ||
| BeverageBuy.cs | ||
| GenericBuy.cs | ||
| GenericSell.cs | ||
| PlayerBarkeeper.cs | ||
| PlayerVendor.cs | ||
| PresetMapBuy.cs | ||
| RentedVendor.cs | ||
| VendorInventory.cs | ||