-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBracketNames.lua
More file actions
45 lines (45 loc) · 1.21 KB
/
BracketNames.lua
File metadata and controls
45 lines (45 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
GSTBracketNames = {
"pve",
"2v2",
"3v3",
"shuffle_warrior_fury",
"shuffle_demonhunter_vengeance",
"shuffle_monk_brewmaster",
"shuffle_paladin_protection",
"shuffle_shaman_restoration",
"shuffle_evoker_devastation",
"shuffle_evoker_augmentation",
"shuffle_monk_mistweaver",
"shuffle_deathknight_frost",
"shuffle_warlock_affliction",
"shuffle_paladin_holy",
"shuffle_warlock_demonology",
"shuffle_priest_discipline",
"shuffle_druid_guardian",
"shuffle_hunter_survival",
"shuffle_demonhunter_havoc",
"shuffle_warlock_destruction",
"shuffle_monk_windwalker",
"shuffle_warrior_arms",
"shuffle_mage_frost",
"shuffle_priest_holy",
"shuffle_deathknight_blood",
"shuffle_mage_fire",
"shuffle_rogue_subtlety",
"shuffle_shaman_enhancement",
"shuffle_druid_balance",
"shuffle_hunter_beastmastery",
"shuffle_paladin_retribution",
"shuffle_hunter_marksmanship",
"shuffle_rogue_outlaw",
"shuffle_priest_shadow",
"shuffle_evoker_preservation",
"shuffle_rogue_assassination",
"shuffle_deathknight_unholy",
"shuffle_druid_feral",
"shuffle_druid_restoration",
"shuffle_shaman_elemental",
"shuffle_mage_arcane",
"shuffle_warrior_protection",
"shuffle_demonhunter_devourer",
};