Mercurial > wow > askmrrobot
diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 79:a892c863c86a v32
fixed chat message in LFR/BGs, minor layering issue with dropdowns
author | yellowfive |
---|---|
date | Tue, 05 Apr 2016 16:19:15 -0700 |
parents | b1a30665d511 |
children | 0515882856f1 |
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Wed Nov 25 15:09:07 2015 -0800 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Tue Apr 05 16:19:15 2016 -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", 31 +local MAJOR, MINOR = "AskMrRobot-Serializer", 32 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else