Mercurial > wow > askmrrobot
diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 183:c6369f8f277c v86
Removed a piece of debugging code causing an issue.
author | yellowfive |
---|---|
date | Sat, 15 Feb 2020 11:16:49 -0800 |
parents | 5c586ff5fee5 |
children | a7f2ba17c39a |
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Fri Feb 14 14:54:01 2020 -0800 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Sat Feb 15 11:16:49 2020 -0800 @@ -1,6 +1,6 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -local MAJOR, MINOR = "AskMrRobot-Serializer", 85 +local MAJOR, MINOR = "AskMrRobot-Serializer", 86 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else