Too many arguments in heal call during shield refresh

This commit is contained in:
Flamanis
2022-08-29 16:17:37 -05:00
committed by GitHub
parent f6f12f42a1
commit 2c1cc94843
+1 -1
View File
@@ -2798,7 +2798,7 @@
escudo [alvo_name][spellid][who_name] = amount
if (overheal > 0) then
return parser:heal (token, time, who_serial, who_name, who_flags, alvo_serial, alvo_name, alvo_flags, alvo_flags2, spellid, spellname, nil, 0, _math_ceil (overheal), 0, 0, nil, true)
return parser:heal (token, time, who_serial, who_name, who_flags, alvo_serial, alvo_name, alvo_flags, alvo_flags2, spellid, spellname, nil, 0, _math_ceil (overheal), 0, nil, true)
end
end