Skip to content

Commit 26fa53e

Browse files
Merge branch 'BreakBB:master' into draenei
2 parents 0c9a618 + a702066 commit 26fa53e

24 files changed

+123
-68
lines changed

ExtendedCharacterStats-BCC.toc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
## OptionalDeps: Ace3, CallbackHandler-1.0, LibStub
1212
## SavedVariablesPerCharacter: ExtendedCharacterStats
1313
## DefaultState: enabled
14+
## Category: User Interface
15+
## Category-deDE: Benutzerinterface
16+
## Category-esES: Interfaz de usuario
17+
## Category-esMX: Interfaz de usuario
18+
## Category-frFR: Interface utilisateur
19+
## Category-itIT: Interfaccia utente
20+
## Category-koKR: 사용자 인터페이스
21+
## Category-ptBR: Interface do usuário
22+
## Category-ruRU: Интерфейс пользователя
23+
## Category-zhCN: 用户界面
24+
## Category-zhTW: 使用者介面
1425
## X-Curse-Project-ID: 334877
1526
## X-Wago-ID: e56nwDK9
1627

ExtendedCharacterStats-Classic.toc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
## OptionalDeps: Ace3, CallbackHandler-1.0, LibStub
1212
## SavedVariablesPerCharacter: ExtendedCharacterStats
1313
## DefaultState: enabled
14+
## Category: User Interface
15+
## Category-deDE: Benutzerinterface
16+
## Category-esES: Interfaz de usuario
17+
## Category-esMX: Interfaz de usuario
18+
## Category-frFR: Interface utilisateur
19+
## Category-itIT: Interfaccia utente
20+
## Category-koKR: 사용자 인터페이스
21+
## Category-ptBR: Interface do usuário
22+
## Category-ruRU: Интерфейс пользователя
23+
## Category-zhCN: 用户界面
24+
## Category-zhTW: 使用者介面
1425
## X-Curse-Project-ID: 334877
1526
## X-Wago-ID: e56nwDK9
1627

ExtendedCharacterStats-WOTLKC.toc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
## OptionalDeps: Ace3, CallbackHandler-1.0, LibStub
1212
## SavedVariablesPerCharacter: ExtendedCharacterStats
1313
## DefaultState: enabled
14+
## Category: User Interface
15+
## Category-deDE: Benutzerinterface
16+
## Category-esES: Interfaz de usuario
17+
## Category-esMX: Interfaz de usuario
18+
## Category-frFR: Interface utilisateur
19+
## Category-itIT: Interfaccia utente
20+
## Category-koKR: 사용자 인터페이스
21+
## Category-ptBR: Interface do usuário
22+
## Category-ruRU: Интерфейс пользователя
23+
## Category-zhCN: 用户界面
24+
## Category-zhTW: 使用者介面
1425
## X-Curse-Project-ID: 334877
1526
## X-Wago-ID: e56nwDK9
1627

Modules/Config/DefenseSection.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---@type Config
1+
---@class Config
22
local Config = ECSLoader:ImportModule("Config")
33
local _Config = Config.private
44

Modules/Config/GeneralSection.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---@type Config
1+
---@class Config
22
local Config = ECSLoader:ImportModule("Config")
33
local _Config = Config.private
44

Modules/Config/ManaSection.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---@type Config
1+
---@class Config
22
local Config = ECSLoader:ImportModule("Config")
33
local _Config = Config.private
44

Modules/Config/MeleeSection.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---@type Config
1+
---@class Config
22
local Config = ECSLoader:ImportModule("Config")
33
local _Config = Config.private
44

@@ -322,7 +322,7 @@ function _Config:LoadMeleeSection()
322322
end,
323323
get = function () return ExtendedCharacterStats.profile.melee.glance.damageBossLevel.display; end,
324324
set = function (_, value)
325-
ExtendedCharacterStats.profile.melee.glance.damageSameLevel.display = value
325+
ExtendedCharacterStats.profile.melee.glance.damageBossLevel.display = value
326326
Stats.RebuildStatInfos()
327327
end,
328328
},

Modules/Config/RangeSection.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---@type Config
1+
---@class Config
22
local Config = ECSLoader:ImportModule("Config")
33
local _Config = Config.private
44

Modules/Config/SpellSchoolsSection.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---@type Config
1+
---@class Config
22
local Config = ECSLoader:ImportModule("Config")
33
local _Config = Config.private
44

Modules/Config/SpellSection.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---@type Config
1+
---@class Config
22
local Config = ECSLoader:ImportModule("Config")
33
local _Config = Config.private
44

0 commit comments

Comments
 (0)