Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 145:df1596b1a744 v68
Tweak for handling duplicate azerite items.
author | yellowfive |
---|---|
date | Sun, 09 Dec 2018 22:53:08 -0800 |
parents | 55823e37403b |
children | 16d4f6a82fc6 |
comparison
equal
deleted
inserted
replaced
144:69e759e03838 | 145:df1596b1a744 |
---|---|
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", 67 | 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 68 |
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 |