fix(ultimateGear): add last:true to the only back piece

This commit is contained in:
Tyler Renelle 2014-02-27 08:39:15 -08:00
parent fdc47b4d29
commit 27da784cf6
2 changed files with 3 additions and 2 deletions

View file

@ -10140,7 +10140,8 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ?
0: {
text: "No Back Accessory",
notes: 'No Back Accessory.',
value: 0
value: 0,
last: true
}
}
}

View file

@ -198,7 +198,7 @@ gear =
back:
base:
0: text: "No Back Accessory", notes:'No Back Accessory.', value:0
0: text: "No Back Accessory", notes:'No Back Accessory.', value:0, last:true
###