We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a3cb6 commit 1bb395aCopy full SHA for 1bb395a
Modules/Data/SpellDamage.lua
@@ -3,10 +3,6 @@ local Data = ECSLoader:ImportModule("Data")
3
---@type DataUtils
4
local DataUtils = ECSLoader:ImportModule("DataUtils")
5
6
-local _SpellDamage = {}
7
-
8
-local _, _, classId = UnitClass("player")
9
10
---@param school number
11
---@return number
12
function Data:GetSpellPower(school)
0 commit comments