Bulk Mail

Bulk Mail

191k Downloads

fix for 9.1

ilbunilcho opened this issue ยท 1 comments

commented

9.1 temporary fix

BulkMail.lua @ 575 line

CHANGE BELOW CODE

for i = 0, NUM_LE_ITEM_CLASSS-1 do

TO

local NUM_LE_ITEM_CLASSES=_G.NUM_LE_ITEM_CLASSES or _G.NUM_LE_ITEM_CLASSS or 19

for i = 0, NUM_LE_ITEM_CLASSES-1 do

commented

This is fixed.