changeset 193:cb7eb9b9cc24 v94

Tweak to soulbind exporting.
author yellowfive
date Wed, 11 Nov 2020 23:58:22 -0800
parents cb5342add834
children 02bbbf5ef3db
files AskMrRobot-Serializer/AskMrRobot-Serializer.lua AskMrRobot.toc Export.lua
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Fri Oct 30 21:15:13 2020 -0700
+++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Wed Nov 11 23:58:22 2020 -0800
@@ -1,6 +1,6 @@
 -- AskMrRobot-Serializer will serialize and communicate character data between users.
 
-local MAJOR, MINOR = "AskMrRobot-Serializer", 93
+local MAJOR, MINOR = "AskMrRobot-Serializer", 94
 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 
 if not Amr then return end -- already loaded by something else
--- a/AskMrRobot.toc	Fri Oct 30 21:15:13 2020 -0700
+++ b/AskMrRobot.toc	Wed Nov 11 23:58:22 2020 -0800
@@ -1,7 +1,7 @@
 ## Interface: 90001
 ## Title: Ask Mr. Robot
 ## Author: Team Robot, Inc.
-## Version: 93
+## Version: 94
 ## Notes: Gear import/export, combat logging, and more.
 ## URL: www.askmrrobot.com
 ## SavedVariables: AskMrRobotDb4
--- 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