ExaltedPlus

ExaltedPlus

33.4k Downloads

epcore.lua: 58: attempt to index 'row' (a nil value)

Wevah opened this issue ยท 1 comments

commented

Easy fix:

if faction.reward then

to

if faction.reward and faction.row then

Thanks for keeping this updated!

commented

Fixed in 10.0.0-2.

If you still have it, could you please share the entire error? I'm curious which faction that happened to.