Ivaar / Skillchains

Active Battle Skillchain Display FFXI Windower Lua addon.
42 stars 18 forks source link

The check for Aeonic ranged weapons is performed when no ranged weapons is equipped #10

Closed benbou8231 closed 4 years ago

benbou8231 commented 4 years ago

When no ranged weapon is equipped, the check for Aeonic ranged weapons raise an error because a nil value is passed to get_items at line #142 of Skillchains.lua.

Ivaar commented 4 years ago

Was it a nil value being passed or did windower.ffxi.get_items return nil

Ivaar commented 4 years ago

I'm unable to reproduce this by equipping and removing a ranged weapon,

Ivaar commented 4 years ago

Seems I fixed this on my local copy, pushing those changes now. Thanks!