Skip to content

Commit f5c6821

Browse files
committed
Selling: Add "Housing", and fix durations on TBC/Wrath
1 parent 9d45cb0 commit f5c6821

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

Auctionator.toc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ Source_ModernAH\Manifest.xml [AllowLoadGameType cata, mists, mainline]
4646
Source_Vanilla\Manifest.xml [AllowLoadGameType vanilla, tbc, wrath]
4747
Data_Vanilla\Suffixes.lua [AllowLoadGameType vanilla, tbc, wrath]
4848
Source_LegacyAH\Manifest.xml [AllowLoadGameType vanilla, tbc, wrath]
49+
50+
Source_TBC\Constants\Main.lua [AllowLoadGameType tbc, wrath]

Source/Groups/Constants.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ if Auctionator.Groups.Constants.IsRetail then
4343
Enum.ItemClass.Profession,
4444
Enum.ItemClass.Battlepet,
4545
Enum.ItemClass.Questitem,
46+
Enum.ItemClass.Housing,
4647
Enum.ItemClass.Miscellaneous,
4748
}
4849
elseif Auctionator.Groups.Constants.IsMists then

Source_TBC/Constants/Main.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Auctionator.Constants.Durations = {
2+
Short = 12,
3+
Medium = 24,
4+
Long = 48,
5+
}

0 commit comments

Comments
 (0)