Fix series for Class Champion emblems
This commit is contained in:
parent
ae1da20f27
commit
7a8cf30ffb
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ module Api
|
|||
association :weapon_keys,
|
||||
blueprint: WeaponKeyBlueprint,
|
||||
if: lambda { |_field_name, w, _options|
|
||||
[2, 3, 17, 22].include?(w.weapon.series)
|
||||
[2, 3, 17, 24].include?(w.weapon.series)
|
||||
}
|
||||
|
||||
field :ax, if: ->(_field_name, w, _options) { w.weapon.ax.positive? } do |w|
|
||||
|
|
|
|||
Loading…
Reference in a new issue