From b08dad0be41b5b5a724fe516a728b8bedc37c29a Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 30 Dec 2023 07:26:28 -0800 Subject: [PATCH] Fixed sending Draconic Key 3 to API --- components/weapon/WeaponModal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/weapon/WeaponModal/index.tsx b/components/weapon/WeaponModal/index.tsx index 4bb99219..99561c69 100644 --- a/components/weapon/WeaponModal/index.tsx +++ b/components/weapon/WeaponModal/index.tsx @@ -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) {