6 lines
185 B
Lua
6 lines
185 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param owner number
|
|
---@param index number
|
|
---Returns the power of a pet.
|
|
function C_PetBattles.GetPower(owner, index) end |