Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 67:932885bb1a6f v26
bug fix to gear swapping, fixed font issue with asian regions
| author | yellowfive |
|---|---|
| date | Mon, 29 Jun 2015 17:05:47 -0700 |
| parents | e638168c3395 |
| children | 69db1c3025ac |
comparison
equal
deleted
inserted
replaced
| 66:d6e0fd0ce57f | 67:932885bb1a6f |
|---|---|
| 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", 25 | 4 local MAJOR, MINOR = "AskMrRobot-Serializer", 26 |
| 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 |
