Code: Select all
class:bindHook("Combat:getDammod:subs",
function(self, combat, dammod, subs)
.....
end
)
Now I'm getting nil for dammod and subs, and modifications to dammod aren't being honored by the engine.
What changed?
Is there a replacement callback or hook? I don't see anything near getDammod in Combat.lua