Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 187:180cb1458674 v91
Fixed an issue with the junk list after the pre-patch.
| author | yellowfive | 
|---|---|
| date | Tue, 13 Oct 2020 17:08:49 -0700 | 
| parents | a7f2ba17c39a | 
| children | 21a69c63fee8 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 186:3c2626ed5f82 | 187:180cb1458674 | 
|---|---|
| 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", 90 | 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 91 | 
| 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 | 
