Skip to content

Commit

Permalink
mapping fix to shops
Browse files Browse the repository at this point in the history
  • Loading branch information
lafilnemi committed Mar 31, 2014
1 parent 285f93c commit 4dbd9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xivdm/view/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ def shops(data, id , v):
return {
'name': string(data, id, 0),
'icon': v[1],
'items': [full_ref('shop_items', v[i]) for i in range(2, 45)],
'items': [full_ref('shop_items', v[i]) for i in range(5, 45)],

'unmapped_values': unmapped(
[42], v)
Expand Down

0 comments on commit 4dbd9f0

Please sign in to comment.