Files
wow_Meta/api/GetQuestLogRewardTalents.lua
2025-05-04 15:15:00 +02:00

7 lines
390 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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