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

6 lines
307 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Accepts a quest started by another group member. Usable following the QUEST_ACCEPT_CONFIRM event which fires when another member of the player's party or raid starts certain quests (e.g. escort quests).
function ConfirmAcceptQuest() end