comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 169:d90a740a1d0b v79

Bug fix, russian translation tweak.
author yellowfive
date Tue, 23 Jul 2019 14:48:31 -0700
parents 5c68d3fccff3
children 5d25f06e0633
comparison
equal deleted inserted replaced
168:0d037afc7128 169:d90a740a1d0b
1 -- AskMrRobot-Serializer will serialize and communicate character data between users. 1 -- AskMrRobot-Serializer will serialize and communicate character data between users.
2 2
3 local MAJOR, MINOR = "AskMrRobot-Serializer", 78 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 79
4 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) 4 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
5 5
6 if not Amr then return end -- already loaded by something else 6 if not Amr then return end -- already loaded by something else
7 7
8 -- event and comm used for player snapshotting on entering combat 8 -- event and comm used for player snapshotting on entering combat