Commit Graph

5 Commits

Author SHA1 Message Date
florian.berthold 0eaf815f61 Revert "fix(items): retry render when slot reads nil for a previously occupied slot"
This reverts commit 770695dc77.
2026-05-14 06:20:03 +02:00
florian.berthold 770695dc77 fix(items): retry render when slot reads nil for a previously occupied slot
The event-level retry only protected the ITEM_SLOT_UPDATE broadcast, but
ItemSlot:Update() reads GetContainerItemInfo live on every call and is
invoked from many paths (OnShow → ReloadAllItemSlots, AddItemSlot,
BAG_UPDATE_TYPE, search updates). On a laggy server those live reads
flash slots empty. Add a shared retry queue at the slot-render level so
a slot with self.hasItem set will defer rather than draw nil; cap at
RENDER_RETRY_MAX so a genuinely emptied slot still resolves within ~3s.
2026-05-14 04:27:35 +02:00
andrew6180 e10dcfca1b Remove enchant search, fix lua error with elvui 2023-08-09 15:06:48 -07:00
Matthew Rodrigues 4fe6ff79c3 fixed mystic enchants search thingy (#6)
* fixed RE search in player bags

* mystic enchants can also be searched in guildbank
2023-02-12 20:51:53 -07:00
Andrew6810 4e3aff9d89 init 2022-10-21 06:37:39 -07:00