Skip to content

Commit

Permalink
fix: add space on weapon name dual bowgun
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Nov 6, 2024
1 parent 3a6f80c commit 3d64342
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public PotentialPartMapper() {
List.of("한손검", "한손도끼", "한손둔기", "두손검", "두손도끼", "두손둔기",
"창", "폴암", "데스페라도", "건틀렛 리볼버", "태도", "대검", "튜너", "카타나",
"완드", "스태프", "샤이닝 로드", "ESP 리미터", "매직 건틀렛", "기억의 지팡이", "부채",
"활", "석궁", "듀얼보우건", "에이션트 보우", "브레스 슈터",
"활", "석궁", "듀얼 보우건", "에이션트 보우", "브레스 슈터",
"단검", "아대", "케인", "에너지소드", "체인", "부채", "차크람",
"건", "너클", "핸드캐논", "소울 슈터", "에너지소드", "무권"
).forEach(part -> partMap.put(part, "무기"));
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/constants/enhance/equipment/absolabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ export const ABSOLABS: Record<string, Partial<ItemEquipmentDetail>[]> = {
},
},
{
item_equipment_part: "듀얼보우건",
item_equipment_part: "듀얼 보우건",
item_equipment_slot: "무기",
item_name: "앱솔랩스 듀얼보우건",
item_icon: DUAL_BOWGUNS,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/constants/enhance/equipment/arcaneumbra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ export const ARCANEUMBRA: Record<string, Partial<ItemEquipmentDetail>[]> = {
},
},
{
item_equipment_part: "듀얼보우건",
item_equipment_part: "듀얼 보우건",
item_equipment_slot: "무기",
item_name: "아케인셰이드 듀얼보우건",
item_icon: DUAL_BOWGUNS,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/constants/enhance/equipment/eternal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ export const ETERNAL: Record<string, Partial<ItemEquipmentDetail>[]> = {
},
},
{
item_equipment_part: "듀얼보우건",
item_equipment_part: "듀얼 보우건",
item_equipment_slot: "무기",
item_name: "제네시스 듀얼보우건",
item_icon: DUAL_BOWGUNS,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/constants/enhance/equipment/rootabis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ export const ROOTABIS: Record<string, Partial<ItemEquipmentDetail>[]> = {
},
},
{
item_equipment_part: "듀얼보우건",
item_equipment_part: "듀얼 보우건",
item_equipment_slot: "무기",
item_name: "파프니르 듀얼윈드윙",
item_icon: DUAL_BOWGUNS,
Expand Down

0 comments on commit 3d64342

Please sign in to comment.