Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 71:6abc0858b45e v28
fixed minor bug with pulling bank items into your bags
| author | yellowfive |
|---|---|
| date | Sat, 18 Jul 2015 01:04:44 -0700 |
| parents | 69db1c3025ac |
| children | 304d7ebb8e30 |
comparison
equal
deleted
inserted
replaced
| 70:8af362b95d2f | 71:6abc0858b45e |
|---|---|
| 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", 27 | 4 local MAJOR, MINOR = "AskMrRobot-Serializer", 28 |
| 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 |
