Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fix create avatar random #3110

Merged

Conversation

eugene-doobu
Copy link
Member

  • createAvatar로 생성된 아이템 중 guid 중복되는 문제 수정
  • dev환경에서 코스튬/아우라/그리모어의 경우 10개씩 생성되도록 수정

아래 pr 머지 후 dev로 pr target 바꾸고 머지하겠습니다

#3108

@eugene-doobu eugene-doobu requested review from ipdae and U-lis December 30, 2024 05:12
@eugene-doobu eugene-doobu self-assigned this Dec 30, 2024
@eugene-doobu eugene-doobu added this to the v270.0.0 milestone Dec 30, 2024
@eugene-doobu eugene-doobu linked an issue Dec 30, 2024 that may be closed by this pull request
@@ -21,15 +21,19 @@ namespace Lib9c.DevExtensions.Manager.Contents
/// </summary>
public static class CreateAvatarManager
{
// TODO: Costume과 Grimoire, Aura에 한해 하드코딩같은 형태로 구현되어 있음. 추후 수정 필요.
private const int AddItemCount = 10;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 제한은 왜 필요하게 된걸까요?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

로컬 테스트 과정에서 상대적으로 수량이 적은 아이템들의 숫자를 임의로 늘려준거라고 이야기 되었습니다.

@eugene-doobu eugene-doobu merged commit f3396de into feature/obsolete-additem Dec 31, 2024
25 of 26 checks passed
@eugene-doobu eugene-doobu deleted the feature/fix-create-avatar-random branch December 31, 2024 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

로컬 dev 아이템 guid 검사
2 participants