[PR #300] [MERGED] Fix bank packet exploit + fishing guild banking #2497

Closed
opened 2026-05-22 10:16:14 +00:00 by Dark98 · 0 comments
Owner

📋 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: masterHead: fishing_guild_bank-fix


📝 Commits (1)

  • 18650aa Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/300 **Author:** [@dginovker](https://github.com/dginovker) **Created:** 12/17/2019 **Status:** ✅ Merged **Merged:** 12/17/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `fishing_guild_bank-fix` --- ### 📝 Commits (1) - [`18650aa`](https://github.com/2006-Scape/2006Scape/commit/18650aa0ca78db80e3ad073e3be7c1b765916cb1) Fix bank packet exploit + fishing guild banking ### 📊 Changes **8 files changed** (+12 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes #298 Fixes a method of withdrawing from banks with packets --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-22 10:16:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#2497