Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 143:55823e37403b v67
Updated pt-BR translation, bug fixes.
| author | yellowfive |
|---|---|
| date | Thu, 08 Nov 2018 21:21:10 -0800 |
| parents | cc82eeeec1c8 |
| children | df1596b1a744 |
comparison
equal
deleted
inserted
replaced
| 142:f605ad8fc427 | 143:55823e37403b |
|---|---|
| 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", 66 | 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 67 |
| 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 |
