Skip to content

Commit

Permalink
Added Southshore vs Tarren Mill to the bg list
Browse files Browse the repository at this point in the history
  • Loading branch information
linaori committed Aug 27, 2022
1 parent 29c7727 commit 3680459
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions BattlegroundTools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Namespace.BattlegroundTools.Zones = {
[761] = L['The Battle for Gilneas'],
[726] = L['Twin Peaks'],
[489] = L['Warsong Gulch'],
[1280] = L['Southshore vs. Tarren Mill'],
}

function Private.ApplyFont(textObject, fontConfig)
Expand Down
1 change: 1 addition & 0 deletions Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ local Memory = {
[761] = true,
[726] = true,
[489] = true,
[1820] = true,
},
settings = {
maxInstructions = 5,
Expand Down
2 changes: 1 addition & 1 deletion Debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local Private, _, Namespace = {}, ...
Namespace.Debug = {}
--@debug@
Namespace.Debug.enabled = true
Namespace.Meta.version = '1.7.1-dev'
Namespace.Meta.version = '1.7.2-dev'
--@end-debug@

local type, pairs, tostring, print, concat, select = type, pairs, tostring, print, table.concat, select
Expand Down
1 change: 1 addition & 0 deletions Locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ L['Temple of Kotmogu'] = true
L['The Battle for Gilneas'] = true
L['Twin Peaks'] = true
L['Warsong Gulch'] = true
L['Southshore vs. Tarren Mill'] = true
L['Queue Tools'] = true
L['Queue Inspection'] = true
L['Notify When Paused'] = true
Expand Down
1 change: 1 addition & 0 deletions Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ L['Temple of Kotmogu'] = true
L['The Battle for Gilneas'] = true
L['Twin Peaks'] = true
L['Warsong Gulch'] = true
L['Southshore vs. Tarren Mill'] = true
L['Queue Tools'] = true
L['Queue Inspection'] = true
L['Notify When Paused'] = true
Expand Down
1 change: 1 addition & 0 deletions Locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ L['Temple of Kotmogu'] = true
L['The Battle for Gilneas'] = true
L['Twin Peaks'] = true
L['Warsong Gulch'] = true
L['Southshore vs. Tarren Mill'] = true
L['Queue Tools'] = true
L['Queue Inspection'] = true
L['Notify When Paused'] = true
Expand Down

0 comments on commit 3680459

Please sign in to comment.