# HG changeset patch # User yellowfive # Date 1605167902 28800 # Node ID cb7eb9b9cc249e0216fd8abd3e45e2a54c9e46da # Parent cb5342add8341eb2b80e96f21ab9e6bbf3b8a672 Tweak to soulbind exporting. diff -r cb5342add834 -r cb7eb9b9cc24 AskMrRobot-Serializer/AskMrRobot-Serializer.lua --- 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 diff -r cb5342add834 -r cb7eb9b9cc24 AskMrRobot.toc --- 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 diff -r cb5342add834 -r cb7eb9b9cc24 Export.lua --- 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