Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle committed Aug 20, 2024
1 parent d0a3732 commit a1f3b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Export/Scripts/enchant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ local function doOtherEnchantment(fileName, groupsList)
out:close()
end

-- Harvest flask enchants stat descriptions don't read properly yet
doOtherEnchantment("../Data/EnchantmentFlask.lua", { [3] = { ["FlaskEnchantment"] = "HARVEST" }, [21] = { ["FlaskEnchantment"] = "ENKINDLING" }, [22] = { ["FlaskEnchantment"] = "INSTILLING" } })
doOtherEnchantment("../Data/EnchantmentBody.lua", { [3] = { ["AlternateArmourQuality"] = "HARVEST", ["EnchantmentHeistArmour"] = "HEIST" } })
doOtherEnchantment("../Data/EnchantmentWeapon.lua", { [3] = { ["AlternateWeaponQuality"] = "HARVEST", ["EnchantmentHeistWeapon"] = "HEIST" }, ["Craft"] = { ["Runecrafting"] = "RUNESMITH" } })
Expand Down

0 comments on commit a1f3b9d

Please sign in to comment.