GearHelper

GearHelper

370k Downloads

Lua Exception (nil Value)

titaniumcoder opened this issue ยท 1 comments

commented

It's in GH_Event line 73. The variable cRose is not initialized there and as I have no idea what it should be I was also unavailable to deliver a hotfix

commented

You can replace the line 69 by this one

print(GearHelper:ColorizeString(L["guildRepairCost"], "Pink") .. math.floor(prix / 10000) .. L["dot"] .. math.floor((prix % 10000) / 100) .. L["gold"])

and the line 73 by this one

print(GearHelper:ColorizeString(L["repairCost"], "Pink") .. math.floor(prix / 10000) .. L["dot"] .. math.floor((prix % 10000) / 100) .. L["gold"])