Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 200:6e8838b231d4 v97
Fixed issue with distinguishing different variants of the same item.
author | Yellowfive |
---|---|
date | Wed, 13 Jan 2021 13:11:54 -0600 |
parents | 23b740b4c93a |
children |
comparison
equal
deleted
inserted
replaced
199:e34c256739be | 200:6e8838b231d4 |
---|---|
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", 96 | 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 97 |
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 |