Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 141:cc82eeeec1c8 v66
Fixed bug with multiple set import.
author | yellowfive |
---|---|
date | Tue, 06 Nov 2018 15:39:13 -0800 |
parents | c229c759a125 |
children | 55823e37403b |
comparison
equal
deleted
inserted
replaced
140:f40295e81fe0 | 141:cc82eeeec1c8 |
---|---|
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", 65 | 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 66 |
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 |