-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConquistador.toc
More file actions
24 lines (20 loc) · 801 Bytes
/
Copy pathConquistador.toc
File metadata and controls
24 lines (20 loc) · 801 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
## Interface: 40300
## Title: Conquistador
## Notes: Calculates your weekly Conquest Points cap.
## Author: Talyrius
## Version: @project-version@
## X-Date: @project-date-iso@
## X-Copyright: Copyright © 2012 Talyrius
## X-License: All Rights Reserved
## X-Website: http://wow.curseforge.com/addons/conquistador/
## X-WoWI-ID: 17308
## X-Category: PvP, Arena, Battlegrounds
## X-Icon: Interface\Icons\PVPCurrency-Conquest-Horde
## SavedVariablesPerCharacter: ConquistadorDBPC
## LoadManagers: AddonLoader
## X-LoadOn-Execute: CreateFrame("Frame", nil, PVPFrame):SetScript("OnShow", function(self) LoadAddOn("Conquistador"); self:SetScript("OnShow", nil) end)
## X-LoadOn-Arena: true
## X-LoadOn-Battleground: true
## X-LoadOn-Slash: /conquistador, /conquest, /cq
ConquestDB.lua
Conquistador.lua