4 lines
176 B
Lua
4 lines
176 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 |