from retail
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ WeakAuras.halfWidth = WeakAuras.normalWidth / 2
|
||||
WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
|
||||
|
||||
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
|
||||
local versionString = "4.1.5"
|
||||
local versionString = "5.4.0"
|
||||
local buildTime = "20240701180000"
|
||||
local isAwesomeEnabled = C_NamePlate and C_NamePlate.GetNamePlateForUnit or false
|
||||
|
||||
|
||||
@@ -383,6 +383,7 @@ end
|
||||
|
||||
local function FrameTick(self)
|
||||
Private.StartProfileAura(self.id)
|
||||
self.values.lastCustomTextUpdate = nil
|
||||
self.subRegionEvents:Notify("FrameTick")
|
||||
Private.StopProfileAura(self.id)
|
||||
end
|
||||
|
||||
@@ -3942,6 +3942,8 @@ local function startStopTimers(id, cloneId, triggernum, state)
|
||||
end
|
||||
|
||||
local function ApplyStateToRegion(id, cloneId, region, parent)
|
||||
-- Force custom text function to be run again
|
||||
region.values.lastCustomTextUpdate = nil
|
||||
region:Update();
|
||||
|
||||
region.subRegionEvents:Notify("Update", region.state, region.states)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Interface: 30300
|
||||
## Title: WeakAuras
|
||||
## Author: The WeakAuras Team
|
||||
## Version: 4.1.5
|
||||
## Version: 5.4.0
|
||||
## Notes: A powerful, comprehensive utility for displaying graphics and information based on buffs, debuffs, and other triggers.
|
||||
## Notes-esES: Potente y completa aplicación que te permitirá mostrar por pantalla múltiples diseños, basados en beneficios, perjuicios y otros activadores.
|
||||
## Notes-deDE: Ein leistungsfähiges, umfassendes Addon zur grafischen Darstellung von Informationen von Auren, Cooldowns, Timern und vielem mehr.
|
||||
|
||||
Reference in New Issue
Block a user