Bookmark code cleanup and framework update

This commit is contained in:
Tercio Jose
2022-10-02 15:52:32 -03:00
parent 383767aa55
commit 0a54e3dc89
6 changed files with 934 additions and 1231 deletions
+7 -1
View File
@@ -1274,7 +1274,7 @@ end
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--consumables
if(DF.IsShadowlandsWow() or DF.IsDragonflight()) then --Temporary IsDragonFlight until I get the items together
if (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
@@ -1407,6 +1407,12 @@ elseif (DF.IsWotLKWow()) then
DF.FeastIDs = {}
DF.RuneIDs = {}
elseif (DF.IsClassicWow()) then
DF.PotionIDs = {}
DF.FeastIDs = {}
DF.RuneIDs = {}
DF.FoodIDs = {}
DF.FlaskIDs = {}
end
-- /dump UnitAura ("player", 1)