[PR #409] [MERGED] Fix old player shops not appearing #4648

Closed
opened 2026-05-26 12:21:25 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/409
Author: @dginovker
Created: 8/3/2020
Status: Merged
Merged: 8/3/2020
Merged by: @dginovker

Base: masterHead: nonspamplayershops


📝 Commits (4)

  • 1b96d1e Add check that players are over total level 50, but shop items check is broken
  • 672b98d Bots now only appear when they meet reqs! Woot!
  • cfc5bf5 Fix old bots not appearing
  • 918fedf Merge branch 'master' into nonspamplayershops

📊 Changes

1 file changed (+8 additions, -8 deletions)

View changed files

📝 2006Redone Server/src/main/java/com/rebotted/game/bots/BotHandler.java (+8 -8)

📄 Description

Old player shops didn't save the level, which is required for shops to carry forward through serv restarts


🔄 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/409 **Author:** [@dginovker](https://github.com/dginovker) **Created:** 8/3/2020 **Status:** ✅ Merged **Merged:** 8/3/2020 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `nonspamplayershops` --- ### 📝 Commits (4) - [`1b96d1e`](https://github.com/2006-Scape/2006Scape/commit/1b96d1e2ab2f6529e4eb6831a9bbdb4bcd4ddfe6) Add check that players are over total level 50, but shop items check is broken - [`672b98d`](https://github.com/2006-Scape/2006Scape/commit/672b98d8d2a256892194a62f7e7475e6fc617351) Bots now only appear when they meet reqs! Woot! - [`cfc5bf5`](https://github.com/2006-Scape/2006Scape/commit/cfc5bf5efcd8a5166543d5f2cfe034216e23b5c9) Fix old bots not appearing - [`918fedf`](https://github.com/2006-Scape/2006Scape/commit/918fedf3e953b093d7d94e8ba0f08411873e6416) Merge branch 'master' into nonspamplayershops ### 📊 Changes **1 file changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/main/java/com/rebotted/game/bots/BotHandler.java` (+8 -8) </details> ### 📄 Description Old player shops didn't save the level, which is required for shops to carry forward through serv restarts --- <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-26 12:21:25 +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#4648