Fixed sending Draconic Key 3 to API
This commit is contained in:
parent
02fe61df88
commit
b08dad0be4
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ const WeaponModal = ({
|
|||
if ([2, 3, 17, 34].includes(gridWeapon.object.series) && weaponKey2)
|
||||
object.weapon.weapon_key2_id = weaponKey2.id
|
||||
|
||||
if (gridWeapon.object.series == 17 && weaponKey3)
|
||||
if ([17, 34].includes(gridWeapon.object.series) && weaponKey3)
|
||||
object.weapon.weapon_key3_id = weaponKey3.id
|
||||
|
||||
if (gridWeapon.object.ax && gridWeapon.object.ax_type > 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue