Skip to content

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Aug 29, 2019
1 parent 4105fb9 commit fccdb50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AtlasLootClassic/Core/Tooltip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ local PLAYER_GUID_REGISTER = {

local function AddText(self)
local name, target = self:GetUnit()
if not target then return end
local guid = UnitGUID(target)
if guid and PLAYER_GUID_REGISTER[guid] then
self:AddLine(PLAYER_GUID_REGISTER[guid])
Expand Down

0 comments on commit fccdb50

Please sign in to comment.