Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 147:16d4f6a82fc6 v69
Bumped interface version for 8.1.
author | yellowfive |
---|---|
date | Mon, 17 Dec 2018 20:25:49 -0800 |
parents | df1596b1a744 |
children | cfdb5e5c828e |
comparison
equal
deleted
inserted
replaced
146:54bac7ada9a3 | 147:16d4f6a82fc6 |
---|---|
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", 68 | 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 69 |
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 |