mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Load SchoolMask (TBC/WotLK bitmask) or SchoolEnum (Classic/Turtle 0-6 enum, converted to mask via 1<<N) from Spell.dbc into SpellInfo. renderSpellTooltip now shows the spell school name (Holy/Fire/Nature/ Frost/Shadow/Arcane) in the appropriate school color between the spell rank and resource cost. Physical school is suppressed as it is the implied default. Multi-school spells display both names separated by /. WotLK DBC fallback path uses field 225 for SchoolMask. |
||
|---|---|---|
| .. | ||
| auth_screen.hpp | ||
| character_create_screen.hpp | ||
| character_screen.hpp | ||
| game_screen.hpp | ||
| inventory_screen.hpp | ||
| quest_log_screen.hpp | ||
| realm_screen.hpp | ||
| spellbook_screen.hpp | ||
| talent_screen.hpp | ||
| ui_manager.hpp | ||