Skip to content

Commit d6ae89c

Browse files
committed
Added category information in preparation for 11.1.0
1 parent f7e9e78 commit d6ae89c

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.pkgmeta

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ externals:
1111
url: https://github.com/NumyAddon/LibTalentTree-1.0
1212
curse-slug: libtalenttree
1313
libs/LibUIDropDownMenu: https://github.com/NumyAddon/LibUIDropDownMenu
14+
libs/LibVersionCheck-1.0: https://github.com/NumyAddon/LibVersionCheck-1.0.git

TalentLoadoutManager.toc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88
## SavedVariables: TalentLoadoutManagerDB
99
## SavedVariablesPerCharacter: TalentLoadoutManagerCharDB
1010
## OptionalDeps: TalentTreeTweaks,Simulationcraft,BlizzMove
11+
## Category-enUS: Combat
12+
## Category-deDE: Kampf
13+
## Category-esES: Combate
14+
## Category-esMX: Combate
15+
## Category-frFR: Combat
16+
## Category-itIT: Combattimento
17+
## Category-koKR: 전투
18+
## Category-ptBR: Combate
19+
## Category-ruRU: Бой
20+
## Category-zhCN: 战斗
21+
## Category-zhTW: 戰鬥
1122

1223
libs\embeds.xml
1324

libs/embeds.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
1+
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
2+
https://raw.githubusercontent.com/Meorawr/wow-ui-schema/main/UI.xsd">
23
<Script file="LibStub\LibStub.lua"/>
34
<Include file="CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
45
<Include file="AceAddon-3.0\AceAddon-3.0.xml"/>
@@ -9,4 +10,5 @@
910
<Include file="AceEvent-3.0\AceEvent-3.0.xml"/>
1011
<Include file="LibUIDropDownMenu\LibUIDropDownMenu.xml"/>
1112
<Include file="LibTalentTree-1.0\LibTalentTree-1.0.xml"/>
13+
<Include file="LibVersionCheck-1.0\LibVersionCheck-1.0.xml"/>
1214
</Ui>

0 commit comments

Comments
 (0)