Auctionator

Auctionator

141M Downloads

Format issue in auctionatorlocalize.lua line 279

ceylina opened this issue ยท 1 comments

commented

local _, _, _, _, _, _, _, _, _, _, _ itemClassID, itemSubClassID = GetItemInfo( itemLink )

Should it not be

local _, _, _, _, _, _, _, _, _, _, _, itemClassID, itemSubClassID = GetItemInfo( itemLink )

a comma after that last underscore

commented

Fixed.