comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 103:ed7ffc8d9936

tweak to try and deal with containers in team optimizer
author yellowfive
date Thu, 03 Nov 2016 12:57:37 -0700
parents a24cad57517c
children 5bacf5c7c66d
comparison
equal deleted inserted replaced
102:efa3f2fedac5 103:ed7ffc8d9936
1 -- AskMrRobot-Serializer will serialize and communicate character data between users. 1 -- AskMrRobot-Serializer will serialize and communicate character data between users.
2 -- This is used primarily to associate character information to logs uploaded to askmrrobot.com. 2 -- This is used primarily to associate character information to logs uploaded to askmrrobot.com.
3 3
4 local MAJOR, MINOR = "AskMrRobot-Serializer", 46 4 local MAJOR, MINOR = "AskMrRobot-Serializer", 47
5 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) 5 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
6 6
7 if not Amr then return end -- already loaded by something else 7 if not Amr then return end -- already loaded by something else
8 8
9 -- event and comm used for player snapshotting on entering combat 9 -- event and comm used for player snapshotting on entering combat