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

5 lines
247 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---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