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

7 lines
348 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return string resSicknessTime
---Returns the duration of resurrection sickness at the player's current level. Returns nil for players under level 10, who are allowed to resurrect at a spirit healer without suffering resurrection sickness.
function GetResSicknessDuration() end