# HG changeset patch # User yellowfive # Date 1413962910 25200 # Node ID 561cf98ced21ce21e636c1f5759f99b8b0d5f57d # Parent 4f0ce96aa90a2571c4d1358d24699a4474fe589f fixed issue with import not recognizing some items diff -r 4f0ce96aa90a -r 561cf98ced21 AskMrRobot.toc --- a/AskMrRobot.toc Sun Oct 19 19:12:08 2014 -0700 +++ b/AskMrRobot.toc Wed Oct 22 00:28:30 2014 -0700 @@ -1,7 +1,7 @@ ## Interface: 60000 ## Title: Ask Mr. Robot ## Author: Team Robot, Inc. -## Version: 11 +## Version: 12 ## Notes: Exports/Imports data to/from askmrrobot.com. ## URL: www.askmrrobot.com ## DefaultState: Enabled diff -r 4f0ce96aa90a -r 561cf98ced21 amr-constants.lua --- a/amr-constants.lua Sun Oct 19 19:12:08 2014 -0700 +++ b/amr-constants.lua Wed Oct 22 00:28:30 2014 -0700 @@ -28,6 +28,7 @@ for i = 13, 12 + numBonuses do table.insert(item.bonusIds, tonumber(parts[i])) end + table.sort(item.bonusIds) end return item