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

fix grinding #2829

Merged
merged 2 commits into from
Sep 13, 2024
Merged

fix grinding #2829

merged 2 commits into from
Sep 13, 2024

Conversation

tyrosine1153
Copy link
Contributor

  • fix grinding reward
  • add Equipments duplicate check

@tyrosine1153 tyrosine1153 changed the title Bugfix/grinding fix grinding Sep 12, 2024
Comment on lines +49 to +52
if (EquipmentIds.Count != EquipmentIds.Distinct().Count())
{
throw new InvalidItemCountException();
}
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

Choose a reason for hiding this comment

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

이건 사후테스트로 돌려도 될듯합니다. (중복확인용이라)

Copy link
Member

Choose a reason for hiding this comment

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

그럼 테스트 추가해야한다고 이슈만 남겨놓고 머지하시죠 @tyrosine1153

@tyrosine1153 tyrosine1153 changed the base branch from development to release/1.18.0 September 13, 2024 02:39
@tyrosine1153 tyrosine1153 merged commit 2bdbed6 into release/1.18.0 Sep 13, 2024
14 checks passed
@tyrosine1153 tyrosine1153 deleted the bugfix/grinding branch September 13, 2024 02:46
@tyrosine1153 tyrosine1153 added this to the v230.0.0 milestone Sep 13, 2024
@tyrosine1153 tyrosine1153 self-assigned this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

월드보스와 Circle 보상 추가, 그라인딩에 Scroll, Circle 거래 가능하도록
5 participants