Change log, version up, and plugins TOC bumps

This commit is contained in:
Tercio Jose
2023-08-12 14:32:01 -03:00
parent 6bfcc14309
commit 0b32fe3459
15 changed files with 312 additions and 110 deletions
+5 -1
View File
@@ -50,6 +50,10 @@ function DF:CreateCoolTip()
end
end
function gameCooltip:Msg(...)
print("|cFFFFFF00Cooltip|r:", ...)
end
function gameCooltip:SetDebug(bDebugState)
gameCooltip.debug = bDebugState
end
@@ -3459,7 +3463,7 @@ function DF:CreateCoolTip()
local okay, errortext = pcall(host.CoolTip.BuildFunc, host, host.CoolTip and host.CoolTip.FixedValue)
if (not okay) then
gameCooltip:PrintDebug("ExecFunc() injected function error:", errortext)
gameCooltip:Msg("ExecFunc() injected function error:", errortext)
end
gameCooltip:SetOwner(host, host.CoolTip.MyAnchor, host.CoolTip.HisAnchor, host.CoolTip.X, host.CoolTip.Y)