Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 131:318c93e0cd6b v61
Fixed an issue with the shopping list.
author | yellowfive |
---|---|
date | Wed, 18 Jul 2018 15:19:04 -0700 |
parents | d9a059484b22 |
children | a0894ffebd15 |
comparison
equal
deleted
inserted
replaced
130:559f1d35bc72 | 131:318c93e0cd6b |
---|---|
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", 60 | 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 61 |
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 |