mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #141] [MERGED] Removing double sell message "You sold x items for x gp". #12820
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/141
Author: @Gptaqbc
Created: 11/9/2019
Status: ✅ Merged
Merged: 11/9/2019
Merged by: @dginovker
Base:
master← Head:Buy/Sell-X--Buying-loop-lagging-issue-fix--General-shop-using-fixes--Trading-amount-fix📝 Commits (9)
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-fixb7b07acMerge remote-tracking branch 'upstream/master' into Buy/Sell-X--Buying-loop-lagging-issue-fix--General-shop-using-fixes--Trading-amount-fixc4a28c6Removing double sell message "You sold x items for x gp".9a93be5Fixing trading bug not working at some places and re commiting the shopAssistant removal of sell message twiced08cfdeMerge remote-tracking branch 'upstream/master' into Buy/Sell-X--Buying-loop-lagging-issue-fix--General-shop-using-fixes--Trading-amount-fix05484f2reverting stuff I broke in this file📊 Changes
6 files changed (+135 additions, -16 deletions)
View changed files
📝
.idea/misc.xml(+1 -1)📝
.idea/workspace.xml(+128 -8)➕
2006Redone Server/data/logs/shopbuying/bot.txt(+1 -0)➕
2006Redone Server/data/logs/shopselling/bot.txt(+1 -0)📝
2006Redone Server/src/redone/game/players/Trading.java(+3 -6)📝
2006Redone Server/src/redone/game/shops/ShopAssistant.java(+1 -1)📄 Description
Removing double chat message "You sold x items for x gp".
Fixing trading bug not working at some places and re commiting the shopAssistant removal of sell message twice
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.