Thread: Update 6.1
View Single Post
07/13/20, 04:44 PM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
Originally Posted by votan View Post
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
It's even NIL on the live API 10031 Greymoor version.
As long as I'm not a member of a campgain at least.
But also after joining a campaign it stays nil, also if I move the mouse over a keep and let it there showing the tooltip, it's nil.

Last edited by Baertram : 07/13/20 at 04:53 PM.
  Reply With Quote