Skip to content

Commit

Permalink
refactor: rename zero weapon
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Nov 5, 2024
1 parent 78757c2 commit 4dbdceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/constants/enhance/equipment/arcaneumbra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export const ARCANEUMBRA: Record<string, Partial<ItemEquipmentDetail>[]> = {
{
item_equipment_part: "ํƒœ๋„",
item_equipment_slot: "๋ฌด๊ธฐ",
item_name: "ํƒœ๋„",
item_name: "๋ผ์ฆ๋ฆฌ 9ํ˜•",
item_icon: LONG_SWORD,
scroll_upgradeable_count: "8",
cuttable_count: "10",
Expand All @@ -357,7 +357,7 @@ export const ARCANEUMBRA: Record<string, Partial<ItemEquipmentDetail>[]> = {
{
item_equipment_part: "๋Œ€๊ฒ€",
item_equipment_slot: "๋ฌด๊ธฐ",
item_name: "๋Œ€๊ฒ€",
item_name: "๋ผํ”ผ์Šค 9ํ˜•",
item_icon: HEAVY_SWORD,
scroll_upgradeable_count: "8",
cuttable_count: "10",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/services/enhance/potentialCondition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function calcBlankProbability(
1
);
}
// CD

export function isFitConditions(
conditionGrid: PotentialCondition[][],
potentialInfos: PotentialResponse[]
Expand Down

0 comments on commit 4dbdceb

Please sign in to comment.