Skip to content

Commit d3107a8

Browse files
committed
adding Wrath Classic
1 parent 4df5400 commit d3107a8

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

AuctionDB/AuctionDB-Wrath.toc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Interface: 30400
2+
## Title: Auction House DataBase (AHDB)
3+
## Notes: Auction House DataBase, records DB history and offline queries, for classic and more (|cFF99E5FF/ahdb|r)
4+
## Notes: Wrath of the Lich King Classic Edition
5+
## Author: MooreaTV moorea@ymail.com
6+
## Version: @project-version@
7+
## DefaultState: Enabled
8+
## LoadOnDemand: 0
9+
## SavedVariables: AuctionDBSaved
10+
## OptionalDeps: BetterVendorPrice, SexyMap, ProjectAzilroka
11+
## Globe: check-classic
12+
## X-OpenSource-License: LPGLv3
13+
## X-OpenSource-Releases: https://github.com/mooreatv/AuctionDB/releases
14+
## X-Curse-Project-ID: 336518
15+
## X-WoWI-ID: 25159
16+
## X-Wago-ID: R4N2zdNL
17+
MoLib/MoLib.lua
18+
MoLib/MoLibUI.lua
19+
MoLib/MoLibDB.lua
20+
MoLib/Realms.lua
21+
MoLib/MoLibAH.lua
22+
AuctionDB.lua
23+
locale\locale.xml

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Coming next:
44
- Your input/suggestions welcome !
55
- See open issues for ideas https://github.com/mooreatv/AuctionDB/issues
66

7+
v1.07.00 July 17th 2022
8+
- Wrath Classic (beta) 3.4.0
9+
710
v1.06.05 June 4th 2022
811
- Updated for Classic Era 1.14.3
912

install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
for %%x in (_retail_ _classic_ _classic_era_) do (
1+
for %%x in (_retail_ _classic_ _classic_era_ _classic_beta_ legacy) do (
22
echo Installing for %%x
33
xcopy /i /y AuctionDB\*.* "C:\Program Files (x86)\World of Warcraft\%%x\Interface\Addons\AuctionDB"
44
rem xcopy /i /y AuctionDB\locale\*.* "C:\Program Files (x86)\World of Warcraft\%%x\Interface\Addons\AuctionDB\locale"

0 commit comments

Comments
 (0)