return extra field in weapon responses
was being saved but not returned, so frontend always saw it as undefined
This commit is contained in:
parent
53cb15fa27
commit
f57c361221
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ module Api
|
|||
# Primary information
|
||||
fields :granblue_id, :element, :proficiency,
|
||||
:max_level, :max_skill_level, :max_awakening_level, :limit, :rarity,
|
||||
:ax, :ax_type, :gacha, :promotions, :forge_order
|
||||
:ax, :ax_type, :gacha, :promotions, :forge_order, :extra
|
||||
|
||||
# Series - returns full object with flags if weapon_series is present, fallback to legacy integer
|
||||
field :series do |w|
|
||||
|
|
|
|||
Loading…
Reference in a new issue