mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #300] [MERGED] Fix bank packet exploit + fishing guild banking #1114
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/300
Author: @dginovker
Created: 12/17/2019
Status: ✅ Merged
Merged: 12/17/2019
Merged by: @dginovker
Base:
master← Head:fishing_guild_bank-fix📝 Commits (1)
18650aaFix bank packet exploit + fishing guild banking📊 Changes
8 files changed (+12 additions, -1 deletions)
View changed files
📝
2006Redone Server/src/com/rebotted/game/bots/BotHandler.java(+1 -1)📝
2006Redone Server/src/com/rebotted/game/items/ItemAssistant.java(+5 -0)📝
2006Redone Server/src/com/rebotted/game/players/Player.java(+1 -0)📝
2006Redone Server/src/com/rebotted/game/shops/ShopAssistant.java(+5 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/bots/BotHandler.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/items/ItemAssistant.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/players/Player.class(+0 -0)📝
CompiledServer/production/2006rebotted/com/rebotted/game/shops/ShopAssistant.class(+0 -0)📄 Description
Closes #298
Fixes a method of withdrawing from banks with packets
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.