Skip to content
Snippets Groups Projects
Commit c27bc9c5 authored by DarkGod's avatar DarkGod
Browse files

plop

parent 8967c40c
No related branches found
No related tags found
No related merge requests found
......@@ -540,7 +540,7 @@ newTalent{
local dammod = sentry:getDammod(o.combat or {})
if qo then
dammod = {}
for stat, mod in pairs(sentry:getDammod(qo.combat.dammod or {})) do
for stat, mod in pairs(sentry:getDammod(qo.combat or {})) do
dammod[stat] = (dammod[stat] or 0) + mod
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment