-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
feat: gamestore cpp #2834
base: main
Are you sure you want to change the base?
feat: gamestore cpp #2834
Conversation
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.
Here's a list of the missing contents.
- Store only accepting transferable tibia coins as payment
- Bundle
- Hirelings
- Name change
- XP Boost
- Check if Vip System activated
- Integration with Cyclopedia info and history
- Change string format to fmt
3938189
to
381f99b
Compare
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.
I'll leave some suggestions, but I'll commit the corrections now.
and other fixes
Quality Gate passedIssues Measures |
This PR is stale because it has been open 45 days with no activity. |
Quality Gate passedIssues Measures |
I would suggest making possibility of accept both coins (transferable and non-transferable), It was requested many times so maybe it is good idea to make CoinType.Both and access 2 of coins kind |
Description
Moving Gamestore to CPP
Type of change
Checklist