diff Export.lua @ 193:cb7eb9b9cc24 v94

Tweak to soulbind exporting.
author yellowfive
date Wed, 11 Nov 2020 23:58:22 -0800
parents 4aeedce4c995
children 23b740b4c93a
line wrap: on
line diff
--- a/Export.lua	Fri Oct 30 21:15:13 2020 -0700
+++ b/Export.lua	Wed Nov 11 23:58:22 2020 -0800
@@ -299,7 +299,7 @@
 		for i, soulbindId in ipairs(covenantData.soulbindIDs) do
 			local soulbindData = soulbindId and C_Soulbinds.GetSoulbindData(soulbindId)
 			local nodes = {}
-			local unlockedTier = 0
+			local unlockedTier = -1
 
 			if soulbindData and soulbindData.tree and soulbindData.tree.nodes then
 				for i, node in ipairs(soulbindData.tree.nodes) do