Mercurial > wow > askmrrobot
diff 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 |
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Oct 13 10:49:27 2020 -0700 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Oct 13 17:08:49 2020 -0700 @@ -1,6 +1,6 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -local MAJOR, MINOR = "AskMrRobot-Serializer", 90 +local MAJOR, MINOR = "AskMrRobot-Serializer", 91 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else