- overall updates.
This commit is contained in:
@@ -184,6 +184,11 @@
|
||||
--if (alvo_serial:find ("-76933-")) then
|
||||
-- return
|
||||
--end
|
||||
|
||||
--> spirit link toten
|
||||
if (spellid == 98021) then
|
||||
return
|
||||
end
|
||||
|
||||
------------------------------------------------------------------------------------------------
|
||||
--> check if need start an combat
|
||||
@@ -670,6 +675,8 @@
|
||||
if (alvo_pet) then
|
||||
who_name, who_serial, who_flags = alvo_pet[1], alvo_pet[2], alvo_pet[3]
|
||||
end
|
||||
|
||||
--print ()
|
||||
|
||||
_detalhes.tabela_pets:Adicionar (alvo_serial, alvo_name, alvo_flags, who_serial, who_name, who_flags)
|
||||
|
||||
@@ -779,6 +786,11 @@
|
||||
return
|
||||
end
|
||||
|
||||
--> spirit link toten
|
||||
if (spellid == 98021) then
|
||||
return
|
||||
end
|
||||
|
||||
--[[statistics]]-- _detalhes.statistics.heal_calls = _detalhes.statistics.heal_calls + 1
|
||||
|
||||
local cura_efetiva = absorbed
|
||||
|
||||
Reference in New Issue
Block a user