Gargul | Master Loot Tool for GDKP, TMB, SoftRes and Auto Loot

Gargul | Master Loot Tool for GDKP, TMB, SoftRes and Auto Loot

9M Downloads

LUA error when trying to announce TMB prio in chat. (Including fix)

TheClarkster opened this issue ยท 1 comments

commented

In TMB:announceDetailsOfItemInChat (TMB.lua line 1574) playerName is not being initialized, causing a crash when displaying the chat output.

I added this line to line 1602 in TMB.lua:
local playerName = Entry.character:lower();

Because I saw that you used that in the other functions, like the tooltip code.

Everything then works again.

commented

Hey @TheClarkster , appreciate the reportI very recently fixed this and will release it later today :)