- Ticket #169 fix: Damage Prevented is now working for new segments.

- Few spells added to CC spell list.
This commit is contained in:
Tercio
2017-03-01 09:31:00 -03:00
parent 337dd0af22
commit 24506109a7
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -1029,7 +1029,7 @@
end
--> chamar a função de cura pra contar a cura
return parser:heal (token, time, owner_serial, owner_name, owner_flags, alvo_serial, alvo_name, alvo_flags, alvo_flags2, shieldid, shieldname, shieldtype, amount, 0, 0, nil, nil, true)
return parser:heal (token, time, owner_serial, owner_name, owner_flags, alvo_serial, alvo_name, alvo_flags, alvo_flags2, shieldid, shieldname, shieldtype, amount, 0, 0, nil, true)
end