ModernUO/Projects/UOContent/Mobiles/Vendors
Kamron Batman 8d8a1b63bd
fix(vendors): Fixes DisplayCache deserialization (#471)
- [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
2021-02-06 19:49:19 -08:00
..
NPC Fixes random NPEs (#378) 2021-01-01 02:16:23 -08:00
SBInfo C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
AnimalBuy.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
BaseVendor.cs fix(core): Converts vendor sell packets (#375) 2020-12-30 16:27:37 -08:00
BeverageBuy.cs Fixes dupe exception (#258) 2020-09-19 15:46:07 -07:00
GenericBuy.cs fix(vendors): Fixes DisplayCache deserialization (#471) 2021-02-06 19:49:19 -08:00
GenericSell.cs chore(content): Updates to C# 9 syntax (#373) 2020-12-30 12:50:10 -08:00
PlayerBarkeeper.cs fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00
PlayerVendor.cs chore(content): Updates to C# 9 syntax (#373) 2020-12-30 12:50:10 -08:00
PresetMapBuy.cs Formats UO Content (#201) 2020-08-27 18:30:38 -07:00
RentedVendor.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
VendorInventory.cs fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00