comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 149:cfdb5e5c828e v70

Tweak to azerite gear matching.
author yellowfive
date Wed, 02 Jan 2019 18:29:51 -0800
parents 16d4f6a82fc6
children bdf1b0c98882
comparison
equal deleted inserted replaced
148:72366681175d 149:cfdb5e5c828e
1 -- AskMrRobot-Serializer will serialize and communicate character data between users. 1 -- AskMrRobot-Serializer will serialize and communicate character data between users.
2 2
3 local MAJOR, MINOR = "AskMrRobot-Serializer", 69 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 70
4 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) 4 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
5 5
6 if not Amr then return end -- already loaded by something else 6 if not Amr then return end -- already loaded by something else
7 7
8 -- event and comm used for player snapshotting on entering combat 8 -- event and comm used for player snapshotting on entering combat