mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #133] [MERGED] Buy/sell x buying loop lagging issue fix general shop using fixes trading amount fix #5214
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?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/133
Author: @Gptaqbc
Created: 11/3/2019
Status: ✅ Merged
Merged: 11/4/2019
Merged by: @dginovker
Base:
master← Head:Buy/Sell-X--Buying-loop-lagging-issue-fix--General-shop-using-fixes--Trading-amount-fix📝 Commits (4)
1c4be29Update NpcHandler.classdb62ca1Update NpcHandler.java8a0b9c3Buy/Sell-X--Buying-loop-lagging-issue-fix--General-shop-using-fixes--Trading-amount-fix6f2334fMerge remote-tracking branch 'upstream/master' into Buy/Sell-X--Buying-loop-lagging-issue-fix--General-shop-using-fixes--Trading-amount-fix📊 Changes
8 files changed (+200 additions, -112 deletions)
View changed files
📝
2006Redone Client/src/RSInterface.java(+8 -0)📝
2006Redone Server/src/redone/game/players/Player.java(+4 -27)📝
2006Redone Server/src/redone/game/players/Trading.java(+4 -1)📝
2006Redone Server/src/redone/game/shops/ShopAssistant.java(+129 -31)📝
2006Redone Server/src/redone/net/packets/impl/Bank5.java(+1 -1)📝
2006Redone Server/src/redone/net/packets/impl/BankAll.java(+9 -3)📝
2006Redone Server/src/redone/net/packets/impl/BankX1.java(+1 -9)📝
2006Redone Server/src/redone/net/packets/impl/BankX2.java(+44 -40)📄 Description
closes #107
Buying-loop-lagging-issue-fix--General-shop-using-fixes--Trading-amount-fix
Trading-amount-fix
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.