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