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

6 lines
256 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Declines an offered resurrection spell. Usable following the RESURRECT_REQUEST event which fires when the player is offered resurrection by another unit.
function DeclineResurrect() end