Mercurial > wow > askmrrobot
diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 67:932885bb1a6f v26
bug fix to gear swapping, fixed font issue with asian regions
author | yellowfive |
---|---|
date | Mon, 29 Jun 2015 17:05:47 -0700 |
parents | e638168c3395 |
children | 69db1c3025ac |
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Fri Jun 26 10:43:14 2015 -0700 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Mon Jun 29 17:05:47 2015 -0700 @@ -1,7 +1,7 @@ -- AskMrRobot-Serializer will serialize and communicate character data between users. -- This is used primarily to associate character information to logs uploaded to askmrrobot.com. -local MAJOR, MINOR = "AskMrRobot-Serializer", 25 +local MAJOR, MINOR = "AskMrRobot-Serializer", 26 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else