8 lines
214 B
Lua
8 lines
214 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param type MOUNT
|
|
---@param CRITTER
|
|
---@param MOUNT
|
|
---Unsummons the current non-combat pet or mount
|
|
function DismissCompanion(type, CRITTER, MOUNT) end
|