Skip to content

Commit

Permalink
Updated buff name
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Aug 5, 2024
1 parent 12df880 commit 642321a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api-connector/src/Schema/Buff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export enum BuffAction {
FUNCTION_SKILL_TARGETED_BEFORE = "functionSkillTargetedBefore",
FUNCTION_FIELD_INDIVIDUALITY_CHANGED = "functionFieldIndividualityChanged",
FUNCTION_TREASURE_DEVICE_BEFORE = "functionTreasureDeviceBefore",
FUNCTION_START_TACTICAL_BEFORE = "functionStartTacticalBefore",
FUNCTION_STEP_IN_AFTER = "functionStepInAfter",
SHORTEN_SKILL_AFTER_USE_SKILL = "shortenSkillAfterUseSkill",
}

Expand Down Expand Up @@ -347,7 +347,7 @@ export enum BuffType {
SKILL_TARGETED_BEFORE_FUNCTION = "skillTargetedBeforeFunction",
FIELD_INDIVIDUALITY_CHANGED_FUNCTION = "fieldIndividualityChangedFunction",
TREASURE_DEVICE_BEFORE_FUNCTION = "treasureDeviceBeforeFunction",
START_TACTICAL_BEFORE_FUNCTION = "startTacticalBeforeFunction",
STEP_IN_AFTER_FUNCTION = "stepInAfterFunction",
SHORTEN_SKILL_AFTER_USE_SKILL = "shortenSkillAfterUseSkill",
TO_FIELD_CHANGE_FIELD = "toFieldChangeField",
TO_FIELD_AVOID_BUFF = "toFieldAvoidBuff",
Expand Down

0 comments on commit 642321a

Please sign in to comment.