- Toc Update.

This commit is contained in:
Tercio
2015-02-24 17:02:58 -03:00
parent 8ba65a4699
commit e023039089
17 changed files with 25 additions and 22 deletions
+5 -2
View File
@@ -299,12 +299,14 @@
--> record avoidance only for tank actors
if (tanks_members_cache [alvo_serial]) then --> autoshot or melee hit
--> monk's stagger
--[
if (jogador_alvo.classe == "MONK") then
if (absorbed) then
amount = (amount or 0) - absorbed
end
end
--]]
--> avoidance
local avoidance = jogador_alvo.avoidance
if (not avoidance) then
@@ -426,7 +428,8 @@
(raid_members_cache [who_serial] and raid_members_cache [alvo_serial]) --amrl
)
and
spellid ~= 124255 --stagger
--spellid ~= 124255 --stagger
spellid ~= 999997 --stagger
) then
--> record death log