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

6 lines
266 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Declines a quest.. 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 DeclineQuest() end