-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFuBar_FriendsFu.lua.bak
50 lines (49 loc) · 1.12 KB
/
FuBar_FriendsFu.lua.bak
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
46
47
48
49
50
FuBar_FriendsFuDB = {
["profiles"] = {
["Default"] = {
["filter"] = {
["class_rogue"] = true,
["level_3039"] = true,
["level_60"] = true,
["class_druid"] = true,
["zone_bg"] = true,
["level_2029"] = true,
["level_0109"] = true,
["class_mage"] = true,
["class_warlock"] = true,
["level_5059"] = true,
["class_priest"] = true,
["level_1019"] = true,
["zone_inst"] = true,
["class_hunter"] = true,
["class_shaman"] = true,
["class_warrior"] = true,
["level_4049"] = true,
["zone_open"] = true,
["class_paladin"] = true,
},
["tooltip"] = {
["name_status"] = true,
["zone_color"] = "FACTION",
["group_show"] = true,
["name_color"] = "CLASS",
["zone_show"] = true,
["note_showauldlangsyne"] = true,
["sort"] = "ZONE",
["class_show"] = false,
["level_show"] = true,
["level_color"] = "RELATIVE",
},
["detachedTooltip"] = {
},
["text"] = {
["show_total"] = true,
["show_displayed"] = true,
["show_online"] = true,
},
},
},
["currentProfile"] = {
["Synti von Nefarian"] = "Default",
},
}