Mercurial > wow > askmrrobot
comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 177:44ce007189e0 v83
Fix to automatic search on shopping list at auction house.
author | yellowfive |
---|---|
date | Sun, 26 Jan 2020 12:37:12 -0800 |
parents | 731cb3cedd3d |
children | eec8032ba9df |
comparison
equal
deleted
inserted
replaced
176:1b44e5094830 | 177:44ce007189e0 |
---|---|
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", 82 | 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 83 |
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 |