5 lines
177 B
Lua
5 lines
177 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Throws the trap if the target pet has low enough health. Always uses best trap.
|
|
function C_PetBattles.UseTrap() end
|