Kelsidavis-WoWee/src/addons
Kelsi 0a6fdfb8b1 feat: add GetNumSkillLines and GetSkillLineInfo for profession addons
Implement skill line API functions that profession and tradeskill addons
need to display player skills:
- GetNumSkillLines() returns count of player skills
- GetSkillLineInfo(index) returns full 12-value tuple: name, isHeader,
  isExpanded, rank, tempPoints, modifier, maxRank, isAbandonable, etc.

Data comes from SMSG_SKILLS_INFO update fields and SkillLine.dbc names.
2026-03-21 02:18:25 -07:00
..
addon_manager.cpp feat: add /reload command to re-initialize addon system 2026-03-20 16:17:04 -07:00
lua_engine.cpp feat: add GetNumSkillLines and GetSkillLineInfo for profession addons 2026-03-21 02:18:25 -07:00
toc_parser.cpp feat: add SavedVariables persistence for Lua addons 2026-03-20 12:22:50 -07:00