small fixes
This commit is contained in:
@@ -2724,9 +2724,6 @@ function BuffTrigger.GetNameAndIconSimple(data, triggernum)
|
||||
end
|
||||
|
||||
--- Returns the name and icon to show in the options.
|
||||
--- @param data table
|
||||
--- @param triggernum number
|
||||
--- @return string|nil name, any icon
|
||||
function BuffTrigger.GetNameAndIcon(data, triggernum)
|
||||
local name, icon = BuffTrigger.GetNameAndIconSimple(data, triggernum)
|
||||
if (not name or not icon and WeakAuras.spellCache) then
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
|
||||
|
||||
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
|
||||
local versionString = "5.19.5 Beta"
|
||||
local buildTime = "20250227215630"
|
||||
local buildTime = "20250314121155"
|
||||
local isAwesomeEnabled = C_NamePlate and C_NamePlate.GetNamePlateForUnit and true or false
|
||||
|
||||
WeakAuras.versionString = versionString
|
||||
|
||||
Reference in New Issue
Block a user