mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-25 00:20:16 +00:00
The spell icon loader was incorrectly assuming WotLK field 133 (IconID) for any DBC with >= 200 fields. This breaks Classic/TBC where IconID is at different fields: - Classic: field 117 - TBC: field 124 - WotLK: field 133 Now always uses expansion-aware layout (spellL) when available, falling back to hardcoded field 133 only if the layout is missing. Fixes missing spell icons on Classic and TBC expansions. |
||
|---|---|---|
| .. | ||
| auth_screen.cpp | ||
| character_create_screen.cpp | ||
| character_screen.cpp | ||
| game_screen.cpp | ||
| inventory_screen.cpp | ||
| quest_log_screen.cpp | ||
| realm_screen.cpp | ||
| spellbook_screen.cpp | ||
| talent_screen.cpp | ||
| ui_manager.cpp | ||