BankItems_MailWatch

BankItems_MailWatch

7.7k Downloads

Tooltip Error and not showing

Rusher1337 opened this issue ยท 1 comments

commented

Message: ..\AddOns\BankItems_MailWatch\biMailWatch.lua line 159:
attempt to concatenate field '?' (a nil value)
Debug:
BankItems_MailWatch\biMailWatch.lua:159: OnEnter()
Bazooka\Bazooka.lua:1582: showTip()
Bazooka\Bazooka.lua:1387:
Bazooka\Bazooka.lua:1378

seems ist has a Problem with the Line: tooltip:AddLine(' ' .. factionIcons[v['fct']] .. ' ' .. NORMAL_FONT_COLOR_CODE .. v['who'] .. FONT_COLOR_CODE_CLOSE, v['num'], txt)
without ' .. factionIcons[v['fct']] .. ' in this line its Working without Icons. So something may be wrong here.

Big thanks!

commented

Old Data in Bankitems SavedVariables caused the Problem