# HG changeset patch # User yellowfive # Date 1581794209 28800 # Node ID c6369f8f277cecb834c5d78d6acd2f15604b4a25 # Parent a5c00637bf07a11928f14dc0b243be900d422ccd Removed a piece of debugging code causing an issue. diff -r a5c00637bf07 -r c6369f8f277c AskMrRobot-Serializer/AskMrRobot-Serializer.lua --- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Fri Feb 14 14:54:01 2020 -0800 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Sat Feb 15 11:16:49 2020 -0800 @@ -1,6 +1,6 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -local MAJOR, MINOR = "AskMrRobot-Serializer", 85 +local MAJOR, MINOR = "AskMrRobot-Serializer", 86 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else diff -r a5c00637bf07 -r c6369f8f277c AskMrRobot.toc --- a/AskMrRobot.toc Fri Feb 14 14:54:01 2020 -0800 +++ b/AskMrRobot.toc Sat Feb 15 11:16:49 2020 -0800 @@ -1,7 +1,7 @@ ## Interface: 80300 ## Title: Ask Mr. Robot ## Author: Team Robot, Inc. -## Version: 85 +## Version: 86 ## Notes: Gear import/export, combat logging, and more. ## URL: www.askmrrobot.com ## SavedVariables: AskMrRobotDb4 diff -r a5c00637bf07 -r c6369f8f277c Gear.lua --- a/Gear.lua Fri Feb 14 14:54:01 2020 -0800 +++ b/Gear.lua Sat Feb 15 11:16:49 2020 -0800 @@ -1297,16 +1297,16 @@ -- TODO: implement end - +--[[ local function testfunc(message) print(strsub(message, 13)) end - +]] function Amr:InitializeGear() Amr:AddEventHandler("ACTIVE_TALENT_GROUP_CHANGED", onActiveTalentGroupChanged) - Amr:AddEventHandler("CHAT_MSG_CHANNEL", testfunc) + --Amr:AddEventHandler("CHAT_MSG_CHANNEL", testfunc) Amr:AddEventHandler("UNIT_INVENTORY_CHANGED", function(unitID) if unitID and unitID ~= "player" then return end