Bug Fixes
This commit is contained in:
@@ -3126,7 +3126,11 @@ end
|
||||
end
|
||||
end
|
||||
|
||||
---@self: actor object
|
||||
---set the icon of the actor spec, class, pet, enemy, custom icom, spellicon, etc.
|
||||
---@param self actor
|
||||
---@param texture texture
|
||||
---@param instance instance
|
||||
---@param class string
|
||||
function Details:SetClassIcon(texture, instance, class) --[[ exported]]
|
||||
local customIcon
|
||||
if (Details.immersion_unit_special_icons) then
|
||||
@@ -6097,6 +6101,8 @@ end
|
||||
habilidade_shadow.extra [spellId] = (habilidade_shadow.extra [spellId] or 0) + amount
|
||||
end
|
||||
|
||||
habilidade_shadow.spellschool = habilidade.spellschool
|
||||
|
||||
--soma todos os demais valores
|
||||
for key, value in pairs(habilidade) do
|
||||
if (type(value) == "number") then
|
||||
|
||||
Reference in New Issue
Block a user