forked from SLOKnightfall/BetterWardrobe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPatrons.lua
More file actions
49 lines (47 loc) · 932 Bytes
/
Patrons.lua
File metadata and controls
49 lines (47 loc) · 932 Bytes
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
local addonName, addon = ...
addon = LibStub("AceAddon-3.0"):GetAddon(addonName)
addon.Patrons = {
"Adam Van Hoosen",
"Chaos",
"Chris",
"Chris Archibald",
"Chris Ellis",
"Cody",
"David LaSelle",
"Dejablue",
"Evan Hardin",
"Ines Tan",
"JSON",
"James Leadbetter-Brown",
"Jason Harper",
"Joe Romubio",
"Joshua Hall",
"Juliette 🤍",
"Kai Olsen ",
"Kevil",
"Kroome K.",
"Lucky Phil",
"MangoSentinelEX",
"Matthew Dine",
"Martin van Vuuren",
"Michael and Jon Baglivo-Zarin",
"Nicolette Korpolinski",
"Noty",
"Nuke Prin",
"Oisín McColgan",
"Pentasphere ",
"Peter Muzi",
"Peter Portela",
"Randy Ramirez",
"Ray Patronson",
"Somarlane ",
"Stonie",
"Tou",
"Vinicius Alencar",
"ZaffronStaghelm",
"marilyn lewis",
"pent",
"sebastian volf",
"toast042",
"vulpes lotor",
}