Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 179:eec8032ba9df v84
addon should close automatically when entering combat now
| author | yellowfive |
|---|---|
| date | Thu, 13 Feb 2020 13:21:44 -0800 |
| parents | 44ce007189e0 |
| children | 5c586ff5fee5 |
comparison
equal
deleted
inserted
replaced
| 178:725fc231cde9 | 179:eec8032ba9df |
|---|---|
| 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", 83 | 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 84 |
| 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 |
