Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 116:bccce18e12cb v54
Fixed a bug with transition from v52 crucible data to v53+.
author | yellowfive |
---|---|
date | Wed, 04 Oct 2017 11:18:19 -0700 |
parents | 4cd98aa90d78 |
children | 5cb881417bbf |
comparison
equal
deleted
inserted
replaced
115:8bef8f88361c | 116:bccce18e12cb |
---|---|
1 -- AskMrRobot-Serializer will serialize and communicate character data between users. | 1 -- AskMrRobot-Serializer will serialize and communicate character data between users. |
2 -- This is used primarily to associate character information to logs uploaded to askmrrobot.com. | 2 -- This is used primarily to associate character information to logs uploaded to askmrrobot.com. |
3 | 3 |
4 local MAJOR, MINOR = "AskMrRobot-Serializer", 53 | 4 local MAJOR, MINOR = "AskMrRobot-Serializer", 54 |
5 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) | 5 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) |
6 | 6 |
7 if not Amr then return end -- already loaded by something else | 7 if not Amr then return end -- already loaded by something else |
8 | 8 |
9 -- event and comm used for player snapshotting on entering combat | 9 -- event and comm used for player snapshotting on entering combat |