Byrth / Lua-Byrth

Lua Addons and Scripts
3 stars 2 forks source link

GearSwap - set_combine sometimes gets into a funk and stops working #400

Closed Byrth closed 8 years ago

Byrth commented 8 years ago

Not sure why this happens. I should really just rewrite the set_combine function so that the logic is more straightforward.

Byrth commented 8 years ago

Turns out that the set_merge function used for both equip() and set_combine() respects the disable table. This is intended for equip(), but not for set_combine().

I need to either split the function or add another argument.

Byrth commented 8 years ago

Okay, this is fixed on -dev in GearSwap v0.910