# HG changeset patch # User yellowfive # Date 1478203057 25200 # Node ID ed7ffc8d9936e4b3a31fd3a0c01278223b417fe2 # Parent efa3f2fedac5fab69997ed480ad2d603a52af851 tweak to try and deal with containers in team optimizer diff -r efa3f2fedac5 -r ed7ffc8d9936 AskMrRobot-Serializer/AskMrRobot-Serializer.lua --- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Oct 25 10:00:47 2016 -0700 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Thu Nov 03 12:57:37 2016 -0700 @@ -1,7 +1,7 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -- This is used primarily to associate character information to logs uploaded to askmrrobot.com. -local MAJOR, MINOR = "AskMrRobot-Serializer", 46 +local MAJOR, MINOR = "AskMrRobot-Serializer", 47 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else diff -r efa3f2fedac5 -r ed7ffc8d9936 AskMrRobot.toc --- a/AskMrRobot.toc Tue Oct 25 10:00:47 2016 -0700 +++ b/AskMrRobot.toc Thu Nov 03 12:57:37 2016 -0700 @@ -1,7 +1,7 @@ ## Interface: 70100 ## Title: Ask Mr. Robot ## Author: Team Robot, Inc. -## Version: 46 +## Version: 47 ## Notes: Gear import/export, combat logging, and more. ## URL: www.askmrrobot.com ## SavedVariables: AskMrRobotDb3 diff -r efa3f2fedac5 -r ed7ffc8d9936 TeamOptimizer.lua --- a/TeamOptimizer.lua Tue Oct 25 10:00:47 2016 -0700 +++ b/TeamOptimizer.lua Thu Nov 03 12:57:37 2016 -0700 @@ -810,7 +810,7 @@ local npcGuid = UnitGUID("target") if not npcGuid then -- this could wack shit out... but no raid bosses drop loot from containers right now, so should be fine - npcGuid = "container" + npcGuid = "container" .. time() end -- if we already have loot data for this unit, then we can ignore