imit
This commit is contained in:
+23
-1
@@ -1283,7 +1283,29 @@ end
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
--consumables
|
||||
if (DF.IsShadowlandsWow() or DF.IsDragonflight()) then --Temporary IsDragonFlight until I get the items together
|
||||
if (DF.IsWarWow()) then
|
||||
--TWW TODO Get buff ids. Current alpha on 6/6 does not have all professions fully implemented.
|
||||
DF.WeaponEnchantIds = {
|
||||
}
|
||||
|
||||
DF.FlaskIDs = {
|
||||
}
|
||||
|
||||
DF.FoodIDs = {
|
||||
--TODO Get all buffs. Current alpha on 6/6 does not have all buffs.
|
||||
[457173] = 1, -- Lowest Secondary Stat +273 30min (Pan Seared Mycobloom)
|
||||
[457174] = 1, -- Lowest Secondary Stat +273 15min (Skewered Filet)
|
||||
}
|
||||
|
||||
DF.PotionIDs = {
|
||||
}
|
||||
|
||||
DF.FeastIDs = {
|
||||
}
|
||||
|
||||
DF.RuneIDs = {
|
||||
}
|
||||
elseif (DF.IsShadowlandsWow() or DF.IsDragonflight()) then --Temporary IsDragonFlight until I get the items together
|
||||
DF.WeaponEnchantIds = {
|
||||
[6188] = true, --shadowcore oil
|
||||
[6190] = true, --embalmer's oil
|
||||
|
||||
Reference in New Issue
Block a user