Files
wow_Meta/api/GetQuestLogRewardTalents.lua
2025-05-04 14:35:26 +02:00

6 lines
381 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number talents
---Returns the talent point reward for the selected quest in the quest log. Returns 0 for quests which do not award talent points. (Very few quests award talent points; currently this functionality is only used within the Death Knight starting experience.)
function GetQuestLogRewardTalents() end