comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 151:bdf1b0c98882 v71

bug fix to gear display
author yellowfive
date Thu, 03 Jan 2019 13:34:56 -0800
parents cfdb5e5c828e
children 31386c009f03
comparison
equal deleted inserted replaced
150:85ee6e672650 151:bdf1b0c98882
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", 70 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 71
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