Mercurial > wow > askmrrobot
comparison AskMrRobot.lua @ 45:1851d0fd18fa v15
fixed an issue with shopping tab enchant links not working on AH
author | yellowfive |
---|---|
date | Sat, 01 Nov 2014 22:51:36 -0700 |
parents | 262083330ac9 |
children | 90175bdc50e6 |
comparison
equal
deleted
inserted
replaced
44:8e853e90af9c | 45:1851d0fd18fa |
---|---|
778 AskMrRobot.ExtraEnchantData = {} -- keyed by enchant id | 778 AskMrRobot.ExtraEnchantData = {} -- keyed by enchant id |
779 | 779 |
780 -- the data that was last imported | 780 -- the data that was last imported |
781 AskMrRobot.ImportData = nil -- keyed by slot id | 781 AskMrRobot.ImportData = nil -- keyed by slot id |
782 | 782 |
783 local MIN_IMPORT_VERSION = 2 | 783 local MIN_IMPORT_VERSION = 13 |
784 | 784 |
785 -- | 785 -- |
786 -- Import a character, returning nil on success, otherwise an error message, import result stored in AskMrRobot.ImportData | 786 -- Import a character, returning nil on success, otherwise an error message, import result stored in AskMrRobot.ImportData |
787 -- | 787 -- |
788 function AskMrRobot.ImportCharacter(data, isTest) | 788 function AskMrRobot.ImportCharacter(data, isTest) |