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

7 lines
447 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return 1nil hasSickness
---Returns whether accepting an offered resurrection spell will cause the player to suffer Resurrection Sickness. Usable following the RESURRECT_REQUEST event which fires when the player is offered resurrection by another unit. Generally always returns nil, as resurrection by other players does not cause sickness.
function ResurrectHasSickness() end