From e555a22f36fcf1bc1858a1615b7f91217f06f9bf Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Fri, 29 May 2026 17:59:05 +0200 Subject: [PATCH] coa.11: fix Skills tab crash (Skill1 ButtonText name collision) $parentSkill1 inherited AltoSkillButtonTemplate AND redefined a $parentNormalText ButtonText -> duplicate global name left Skill1NormalText nil and crashed the Skills tab on open. Made $parentSkill1 self-contained (own 325px ButtonText + scripts). --- Altoholic/Altoholic.toc | 2 +- Altoholic/Frames/Skills.xml | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Altoholic/Altoholic.toc b/Altoholic/Altoholic.toc index e3a2b04..fad8046 100644 --- a/Altoholic/Altoholic.toc +++ b/Altoholic/Altoholic.toc @@ -13,7 +13,7 @@ ## Author: Thaoky, Telkar-RG ## X-Edited-By: Exiles (Sub-Net) — florian.berthold@sub-net.at -## Version: 3.3.002b-coa.10 +## Version: 3.3.002b-coa.11 ## X-Category: Inventory, Tradeskill, Mail ## X-Localizations: enUS, frFR, zhCN, zhTW, deDE, koKR, esES, esMX, ruRU ## X-Website: http://wow.curse.com/downloads/wow-addons/details/altoholic.aspx diff --git a/Altoholic/Frames/Skills.xml b/Altoholic/Frames/Skills.xml index 9d62dea..1a9477f 100644 --- a/Altoholic/Frames/Skills.xml +++ b/Altoholic/Frames/Skills.xml @@ -112,7 +112,11 @@ profession (incl. customs Woodcutting/Woodworking) as icon+rank segments, replacing the old fixed Prof.1/Prof.2 columns. Width (325) must match the "Professions" header in TabSummary.lua. --> -