Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 193:cb7eb9b9cc24 v94
Tweak to soulbind exporting.
author | yellowfive |
---|---|
date | Wed, 11 Nov 2020 23:58:22 -0800 |
parents | 4aeedce4c995 |
children | 4ccc9ff6e824 |
comparison
equal
deleted
inserted
replaced
192:cb5342add834 | 193:cb7eb9b9cc24 |
---|---|
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", 93 | 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 94 |
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 |