5 lines
217 B
Lua
5 lines
217 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number experience
|
|
---Returns the experience reward at the player's level for the selected quest in the quest log
|
|
function GetQuestLogRewardXP() end |