changeset 39:561cf98ced21 v12

fixed issue with import not recognizing some items
author yellowfive
date Wed, 22 Oct 2014 00:28:30 -0700
parents 4f0ce96aa90a
children a489324103e5
files AskMrRobot.toc amr-constants.lua
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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