-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPatrons.lua
More file actions
38 lines (37 loc) · 728 Bytes
/
Patrons.lua
File metadata and controls
38 lines (37 loc) · 728 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
local addonName, addon = ...
addon = LibStub("AceAddon-3.0"):GetAddon(addonName)
addon.Patrons = {
"Adam Van Hoosen",
"Chaos",
"Chris",
"Cody",
"David LaSelle",
"Dejoblue ",
"Evan Hardin",
"Ines Tan",
"JSON",
"James Leadbetter-Brown",
"Jason Harper",
"Joe Romubio",
"Joshua Hall",
"Kai Olsen ",
"Kroome K.",
"Lucky Phil",
"MangoSentinelEX",
"Matthew Dine",
"Michael and Jon Baglivo-Zarin",
"Nicolette Korpolinski",
"Noty",
"Nuke Prin",
"Oisín McColgan",
"PENT ",
"Pentasphere ",
"Peter Muzi",
"Peter Portela",
"Randy Ramirez",
"Ray Patronson",
"Somarlane ",
"Tou",
"marilyn lewis",
"toast042"
}