5 lines
169 B
Lua
5 lines
169 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param spell string
|
|
---Enables automatic casting of a pet spell
|
|
function EnableSpellAutocast(spell) end |