diff AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 65:e638168c3395 v25

fixed some other 6.2 bugs, added italian translation
author yellowfive
date Fri, 26 Jun 2015 10:42:36 -0700
parents f1d5827dbde0
children 932885bb1a6f
line wrap: on
line diff
--- a/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Tue Jun 23 14:15:07 2015 -0700
+++ b/AskMrRobot-Serializer/AskMrRobot-Serializer.lua	Fri Jun 26 10:42:36 2015 -0700
@@ -1,7 +1,7 @@
 -- AskMrRobot-Serializer will serialize and communicate character data between users.
 -- This is used primarily to associate character information to logs uploaded to askmrrobot.com.
 
-local MAJOR, MINOR = "AskMrRobot-Serializer", 24
+local MAJOR, MINOR = "AskMrRobot-Serializer", 25
 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
 
 if not Amr then return end -- already loaded by something else
@@ -596,6 +596,7 @@
     item.suffixId = math.abs(tonumber(parts[7])) -- convert suffix to positive number, that's what we use in our code
     --item.uniqueId = tonumber(parts[8])
     --item.level = tonumber(parts[9])
+	-- part 10 is unknown atm
     item.upgradeId = tonumber(parts[11])
     --item.difficultyId = tonumber(parts[12])