mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #194] Shouldn't be able to sell to a shop when there is not empty slot in the shop interface. #9192
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gptaqbc on GitHub (Nov 18, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/194
As of right now you can sell more than max capacity and it causes any player that uses the store to disconnect.
@Gptaqbc commented on GitHub (Nov 18, 2019):
Working on it!
Edit: Fixed it so now it wont disconnect the player. But it still need a lot of work to resolve the issue.
@mrextremez commented on GitHub (Nov 22, 2019):
What work is left to be done? @Gptaqbc
@Gptaqbc commented on GitHub (Nov 22, 2019):
Code must be added to prevent players from selling items to shops when it's full and not already in shop.
The tricky part I saw was that you have to check the shop if the items is already in a slot.
@RedSparr0w commented on GitHub (Dec 12, 2019):
This should be fixed by PR #idontknowthenumber