6 lines
231 B
Lua
6 lines
231 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number timeleft
|
|
---Returns the time remaining until a nearby battleground spirit healer resurrects all players in its area
|
|
function GetAreaSpiritHealerTime() end
|