v1.0.8.12: Item/HQ icons draw on hotbar (iconId >= 1000000 encoding)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-10 21:51:04 -05:00
parent 346969835a
commit cdffaeb168
5 changed files with 12 additions and 6 deletions
+3
View File
@@ -1,3 +1,6 @@
# 1.0.8.12
- **Hotbars**: Fixed item icons not drawing on hotbar — game encodes HQ items as iconId + 1000000; now use iconId % 1000000 and itemHq flag so item icons (including HQ) display correctly.
# 1.0.8.11
- **Hotbars**: Fixed tooltip crash — Lumina GetRow can throw for invalid/transitional row IDs (e.g. during inventory drag-drop); GetSlotTooltip now catches and returns empty instead of crashing.