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

5 lines
280 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Accepts the quest offered by a questgiver. Usable following the QUEST_DETAIL event in which the questgiver presents the player with the details of a quest and the option to accept or decline.
function AcceptQuest() end