Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,8 +1,8 @@
---@diagnostic disable: missing-return, lowercase-global
---@param id number
---@param bookType spell
---@param pet
---@param spell
---@param id number
---@param bookType spell
---@param pet
---@param spell
---Casts a from the spellbook. Only protected (i.e. usable only by the Blizzard UI) if the given id corresponds to a spell which can be cast (not a passive spell) and is not a trade skill; can be used by addons to cast the "spells" that open trade skill windows.
function CastSpell(id, bookType, pet, spell) end
function CastSpell(id, bookType, pet, spell) end