-
Notifications
You must be signed in to change notification settings - Fork 54
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
Implement NCIP-25 #3159
base: development
Are you sure you want to change the base?
Implement NCIP-25 #3159
Conversation
ipdae
commented
Feb 10, 2025
•
edited
Loading
edited
- resolve 월드보스 공헌도 보상 청구 #3158
6db0d3e
to
dd17a40
Compare
dd17a40
to
2b069c3
Compare
Deploying lib9c with
|
Latest commit: |
f981d38
|
Status: | ✅ Deploy successful! |
Preview URL: | https://762c2da0.lib9c.pages.dev |
Branch Preview URL: | https://feature-issue-3158.lib9c.pages.dev |
Lib9c/Action/ClaimWorldBossReward.cs
Outdated
/// </summary> | ||
[Serializable] | ||
[ActionType(TypeIdentifier)] | ||
public class ClaimWorldBossReward : ActionBase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
base 타입이 GameAction이여야 하는 것 아닐까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
클라이언트의 처리때문이라 전달받았고, GameAction으로 변경해두겠습니다.
CalculateTicketPrice 관련 기능 변경 추가 필요해보입니다 |
|
||
// Retrieve RaiderState | ||
var raiderState = new RaiderState((List)states.GetLegacyState(raiderAddress)); | ||
if (raiderState.HasClaimedReward) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
해당 상태 갱신이 안되는 것으로 보입니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
클레임했을때 이 값이 변경안된다는거죠? 확인해보겠습니다.
@eugene-doobu 티켓가격은 테이블시트에서 조절하는식이라 상태갱신만 반영해뒀습니다. |