mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 13:40:13 -05:00
Fix typo
This commit is contained in:
@ -79,7 +79,7 @@ end
|
||||
|
||||
-- there's no special flag for factions vs guilds as of this writing, but if that gets added, this will make things easier
|
||||
local function TooltipLineCouldBeFaction(line)
|
||||
return TooltipLineCouldBeGuild(TooltipLineCouldBeGuild)
|
||||
return TooltipLineCouldBeGuild(line)
|
||||
end
|
||||
|
||||
local LEVEL_start = "^" .. (type(LEVEL) == "string" and LEVEL or "Level")
|
||||
|
Reference in New Issue
Block a user