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

6 lines
339 B
Lua

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