Files
wow_Meta/api/GetSpellBonusDamage.lua

8 lines
229 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param school spellSchool
---@return number minModifier
---Returns the player's spell damage bonus for a spell school
function GetSpellBonusDamage(school) end