Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 79:a892c863c86a v32
fixed chat message in LFR/BGs, minor layering issue with dropdowns
| author | yellowfive |
|---|---|
| date | Tue, 05 Apr 2016 16:19:15 -0700 |
| parents | b1a30665d511 |
| children | 0515882856f1 |
comparison
equal
deleted
inserted
replaced
| 78:4b1375f5c4f2 | 79:a892c863c86a |
|---|---|
| 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", 31 | 4 local MAJOR, MINOR = "AskMrRobot-Serializer", 32 |
| 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 |
