Release Candidate 1
This commit is contained in:
@@ -131,7 +131,11 @@ function _detalhes:ContainerSortMisc(container, amount, keyName2)
|
||||
end
|
||||
end
|
||||
|
||||
--[[exported]] function _detalhes:GetSpellCastAmount(combat, actorName, spellId)
|
||||
---attempt to get the amount of casts of a spell
|
||||
---@param combat table the combat object
|
||||
---@param actorName string name of the actor
|
||||
---@param spellId number spell id
|
||||
function Details:GetSpellCastAmount(combat, actorName, spellId) --[[exported]]
|
||||
local actorUtilityObject = combat:GetActor(4, actorName)
|
||||
if (actorUtilityObject) then
|
||||
local castAmountTable = actorUtilityObject.spell_cast
|
||||
|
||||
@@ -113,7 +113,7 @@ function Details222.Pets.AkaarisSoulOwner(petGUID)
|
||||
local args = tooltipData.args
|
||||
|
||||
local playerGUID
|
||||
--iteragfe among args and find into the value field == guid and it must have guidVal
|
||||
--iterate among args and find into the value field == guid and it must have guidVal
|
||||
for i = 1, #args do
|
||||
local arg = args[i]
|
||||
if (arg.field == "guid") then
|
||||
|
||||
Reference in New Issue
Block a user