Lowercase |c color escapes in Title for in-game AddOns list

The 1.12 client only parses lowercase |cAARRGGBB color escapes; the
uppercase |C codes in the Title rendered as literal escape text in the
in-game AddOns list. Lowercasing the escape markers makes the coloured
'Necrosis LdC' title render correctly (matches the normalization the
manifest resolver already applies to the catalog).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 12:26:05 -07:00
parent b7eb990c0a
commit 65c98bb7ce
30 changed files with 14084 additions and 14084 deletions
+16 -16
View File
@@ -1,16 +1,16 @@
## Interface: 11200
## Title: |CFFB700B7N|CFFFF00FFe|CFFFF50FFc|CFFFF99FFr|CFFFFC4FFo|CFFFFFFFFs|CFFFFC4FFi|CFFFF99FFs |CFFFF50FFL|CFFFF00FFd|CFFB700B7C
## Notes: Gestion graphique des shards.
## OptionalDeps:
## Dependencies:
## DefaultState:
## SavedVariables:
## SavedVariablesPerCharacter: NecrosisConfig
NecrosisGeneral.xml
Necrosis.xml
NecrosisTimer.xml
NecrosisShardMenu.xml
NecrosisMessageMenu.xml
NecrosisButtonMenu.xml
NecrosisTimerMenu.xml
NecrosisGraphOptionMenu.xml
## Interface: 11200
## Title: |cFFB700B7N|cFFFF00FFe|cFFFF50FFc|cFFFF99FFr|cFFFFC4FFo|cFFFFFFFFs|cFFFFC4FFi|cFFFF99FFs |cFFFF50FFL|cFFFF00FFd|cFFB700B7C
## Notes: Gestion graphique des shards.
## OptionalDeps:
## Dependencies:
## DefaultState:
## SavedVariables:
## SavedVariablesPerCharacter: NecrosisConfig
NecrosisGeneral.xml
Necrosis.xml
NecrosisTimer.xml
NecrosisShardMenu.xml
NecrosisMessageMenu.xml
NecrosisButtonMenu.xml
NecrosisTimerMenu.xml
NecrosisGraphOptionMenu.xml