add rarity index to json output for nc ui
This commit is contained in:
parent
191ccb89e3
commit
460a406bd5
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ class Item < ActiveRecord::Base
|
|||
:id => id,
|
||||
:name => name,
|
||||
:thumbnail_url => thumbnail_url,
|
||||
:zones_restrict => zones_restrict
|
||||
:zones_restrict => zones_restrict,
|
||||
:rarity_index => rarity_index
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue