Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 122:f1da233629be v57
Added portuguese translation. Turned off team optimizer for now.
author | yellowfive |
---|---|
date | Mon, 12 Feb 2018 19:33:34 -0800 |
parents | 42ce010b6253 |
children | e31b02b24488 |
comparison
equal
deleted
inserted
replaced
121:3e36e3793573 | 122:f1da233629be |
---|---|
1 -- AskMrRobot-Serializer will serialize and communicate character data between users. | 1 -- AskMrRobot-Serializer will serialize and communicate character data between users. |
2 -- This is used primarily to associate character information to logs uploaded to askmrrobot.com. | 2 -- This is used primarily to associate character information to logs uploaded to askmrrobot.com. |
3 | 3 |
4 local MAJOR, MINOR = "AskMrRobot-Serializer", 56 | 4 local MAJOR, MINOR = "AskMrRobot-Serializer", 57 |
5 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) | 5 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) |
6 | 6 |
7 if not Amr then return end -- already loaded by something else | 7 if not Amr then return end -- already loaded by something else |
8 | 8 |
9 -- event and comm used for player snapshotting on entering combat | 9 -- event and comm used for player snapshotting on entering combat |