Fixed more bugs on the new Breakdown Window

This commit is contained in:
Tercio Jose
2023-05-01 14:20:04 -03:00
parent 11a6c48ddd
commit 690168bef3
82 changed files with 938 additions and 913 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ Details.SpellTableMixin = {
---@param combatObject combat
---@return number
GetCastAmount = function(spellTable, actorName, combatObject)
return combatObject:GetSpellCastAmount(actorName, spellTable.id)
local spellName = GetSpellInfo(spellTable.id)
return combatObject:GetSpellCastAmount(actorName, spellName)
end,
---return the average damage per cast