Skip to content

Commit

Permalink
hotfix: 플랜 아이템 수 정상화
Browse files Browse the repository at this point in the history
  • Loading branch information
scarleter99 committed Jul 19, 2024
1 parent 5a3becc commit a336f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/Assets/Scripts/Utils/Define.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ public enum MouseEvent
public const int MAX_ITEM_NUM = 4;
public const int MAX_SKILL_NUM = 4;

public const int BATTERY_CHARGE_GOAL = 1;
public const int USBKEY_INSERT_GOAL = 1;
public const int BATTERY_CHARGE_GOAL = 6;
public const int USBKEY_INSERT_GOAL = 4;
public const int TUTORIAL_BATTERY_CHARGE_GOAL = 2;

#endregion
Expand Down

0 comments on commit a336f8c

Please sign in to comment.