-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeanCounter.lua
50 lines (49 loc) · 1.02 KB
/
BeanCounter.lua
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
BeanCounterAccountDB = {
["Nefarian"] = {
["purchases"] = {
["Schredderanleitung - Seite 9"] = {
[1] = "1399677037;1;5000;Sebbele;1;2",
},
["Schredderanleitung - Seite 2"] = {
[1] = "1399253805;1;2000;Lakajin;1;2",
},
["Tödliche Donnerbüchse"] = {
[1] = "1399247369;1;12999;Ragazuhl;1;2",
},
["Leichtes Leder"] = {
[1] = "1439291173;20;4000;Grazback;1;1",
},
["Schredderanleitung - Seite 8"] = {
[1] = "1399253843;1;4000;Ælementum;1;2",
},
["Dicke Spinnenseide"] = {
[1] = "1435539376;2;1688;Bonn;1;2",
},
["Schredderanleitung - Seite 3"] = {
[1] = "1399253810;1;2000;Lakajin;1;2",
},
},
["completedAuctions"] = {
},
["pendingBids"] = {
["Goldrute"] = {
[1] = "1435538711;1;9800;Kelaino;1;4;2",
},
},
["sales"] = {
},
["version"] = 30002,
["completedBids"] = {
},
["players"] = {
[1] = "Synti",
[2] = "Ricky",
[3] = "Syllix",
[4] = "Thanagor",
[5] = "Haeldeus",
[6] = "Synflix",
},
["pendingAuctions"] = {
},
},
}