Thread: Update 6.1
View Single Post
07/13/20, 01:53 PM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
[bug] World Map still referring KEEP_TOOLTIP

I get a nil reference error on entering the world:
worldmap.lua line 1117:
Lua Code:
  1. local function OnGuildNameAvailable()
  2.     if not KEEP_TOOLTIP:IsHidden() then
  3.         KEEP_TOOLTIP:RefreshKeepInfo()
  4.     end
  5. end
KEEP_TOOLTIP is nil
  Reply With Quote