vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- one problem so far: theres more than 40 people on the priority list... >.<
2 -- for now, the addon will invite all people on this list in order from 1-40 until the 40 cap is hit. The priority list needs to be fixed so that only 40 people are on the list.
3 AList = {
4 -- priests
5 [1] = "Rorix";
6 [2] = "Reggie";
7 [3] = "Archess";
8 [4] = "Dior";
9 [5] = "Grundle";
10 [6] = "Skie";
11 [7] = "Ks";
12 [8] = "Macy";
13  
14 -- druids
15 [9] = "Tael";
16 [10] = "Sillie";
17 [11] = "Sleepz";
18 [12] = "Gift";
19 [13] = "Decadance";
20  
21 -- hunters
22 [14] = "Baraka";
23 [15] = "Malakai";
24 [16] = "Ashtray";
25 [17] = "Lakmire";
26 [18] = "Mistrunner";
27  
28 -- mages
29 [19] = "Asenath";
30 [20] = "Honoka";
31 [21] = "Infliction";
32 [22] = "Magus";
33 [23] = "Stratacast";
34 [24] = "Eklipse";
35  
36 -- paladins
37 [25] = "Callindra";
38 [26] = "Vador";
39 [27] = "Omas";
40 [28] = "Malignant";
41 [29] = "Necroacid";
42 [30] = "Valik";
43 [31] = "Marketh";
44  
45 -- warlocks
46 [32] = "Tibby";
47 [33] = "Conflagrate";
48 [34] = "Archiess";
49 [35] = "Frab";
50 [36] = "Trwarlock";
51 [37] = "Melanie";
52  
53 -- warriors
54 [38] = "Lyon";
55 [39] = "Zake";
56 [40] = "Livewire";
57 [41] = "Hosebeast";
58 [42] = "Festivus";
59 [43] = "Jeez";
60  
61 -- rogues
62 [44] = "Haswb";
63 [45] = "Hinatta";
64 [46] = "Vyle";
65 [47] = "Cen";
66 [48] = "Delita";
67 [49] = "Gnogaine";
68 };
69  
70 BList = {
71 -- warlocks
72 [1] = "Charlatan";
73 [2] = "Danecook";
74  
75 -- rogues
76 [3] = "Antisocial";
77 [4] = "Honorable";
78 [5] = "Chron";
79 [6] = "Ras";
80 [7] = "Sandyr";
81  
82 -- warriors
83 [8] = "Relik";
84 [9] = "Tank";
85 [10] = "Pwnataur";
86 [11] = "Gibblet";
87 [12] = "Choosen";
88  
89 -- mages
90 [13] = "Trmage";
91  
92 -- hunters
93 [14] = "Griefer";
94 [15] = "Admin";
95  
96 -- paladins
97 [16] = "Vacho";
98 };