From c1658dc718e6de9907c36c98f6a1ab7f2e3f216c Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Mon, 9 Jan 2023 19:10:22 -0300 Subject: [PATCH] wago release deploy --- boot.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/boot.lua b/boot.lua index 94c2f133..0db4017a 100644 --- a/boot.lua +++ b/boot.lua @@ -1,6 +1,7 @@ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --global name declaration --local _StartDebugTime = debugprofilestop() print(debugprofilestop() - _StartDebugTime) +--test if the packager will deploy to wago _ = nil _G._detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0") local addonName, Details222 = ... @@ -86,6 +87,16 @@ do local Loc = _G.LibStub("AceLocale-3.0"):GetLocale( "Details" ) + + --Fixed load errors on Wrath. + --Fixed enemy cast time in the death tooltip sometimes showing off time. + --Allow negative offsets on Aligned Text Columns (Flamanis). + --Remove multi-spec entries for shaman guessing (Flamanis). + --More Demon hunter abilities added to be merged (Flamanis). + --Added duck polymorph to Mage CCs (Flamanis). + --Fixed an issue with some options not updating when the window is selected at the bottom right corner of the options panel (Flamanis). + + local news = { {"v10.0.2.10333.147", "Jan 04th, 2023"},