Mercurial > wow > askmrrobot
diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 87:fe0bc2f32851 v41
changed event for talent switch
author | yellowfive |
---|---|
date | Fri, 02 Sep 2016 16:21:56 -0700 |
parents | 8914581c912f |
children | 6bbe64d587b4 |
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Wed Aug 31 11:01:58 2016 -0700 +++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua Fri Sep 02 16:21:56 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", 40 +local MAJOR, MINOR = "AskMrRobot-Serializer", 41 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) if not Amr then return end -- already loaded by something else