Skip to content

Commit c995798

Browse files
committed
disabled era accounts in defaults
1 parent 7df5577 commit c995798

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Manager/Defaults/MyGroup/Settings/Accounts.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ local _, ADDON = ...
55
local accounts = {
66
[0] = "?", -- do not remove!
77
--[1] = {basegp = 200, name = "MC" },
8-
[2] = {basegp = 200, name = "BWL" },
9-
[3] = {basegp = 200, name = "AQ40"},
10-
[4] = {basegp = 200, name = "Naxx"},
8+
--[2] = {basegp = 200, name = "BWL" },
9+
--[3] = {basegp = 200, name = "AQ40"},
10+
--[4] = {basegp = 200, name = "Naxx"},
1111
[5] = {basegp = 200, name = "SSC/TK"},
1212
}
1313

0 commit comments

Comments
 (0)