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

Fixed addition of money to player on selling item to one npc #627

Merged
merged 2 commits into from
Nov 13, 2022

Conversation

dudantas
Copy link
Contributor

@dudantas dudantas commented Nov 12, 2022

Description

It solves a small problem added, by mistake, in the pr of the tier, which is to sell stackable item and receive only the money of a one item.
Example: sell 100 mushrooms and receive money for only 1 item.

Fixes #577

# (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested

Sell a stackavel item, you will only receive money from a one count.

Test Configuration:

  • Server Version:
  • Client:
  • Operating System:

@sonarcloud
Copy link

sonarcloud bot commented Nov 12, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@carlospess0a
Copy link
Contributor

Worked for me, thanks!

@dudantas
Copy link
Contributor Author

Thanks for the feedback!

@dudantas dudantas changed the title Fixed add money to player on selling item to npc Fixed addition of money to player on selling item to one npc Nov 12, 2022
@dudantas dudantas merged commit d39401a into main Nov 13, 2022
@dudantas dudantas deleted the fix-npc-add-money-on-sell branch November 13, 2022 00:48
luan pushed a commit that referenced this pull request Jul 11, 2023
It solves a small problem added, by mistake, in the pr of the tier, which is to sell a stackable item and receive only the money of a one item.
Example: sell 100 mushrooms and receive money for only 1 item.

Fixes #577
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Npc Bug Sell 100+ Items
2 participants