mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #231] [MERGED] Some fixes #7337
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/231
Author: @mrextremez
Created: 12/4/2019
Status: ✅ Merged
Merged: 12/5/2019
Merged by: @dginovker
Base:
master← Head:fixup📝 Commits (8)
fc70f83Some fixes4b49ce1refactor pickpocketing slightly8c07f6bmore refactoring, actual random765be40refactor, each stall has it's own respawn timer8200eb0refactor argument namesae90b45Merge remote-tracking branch 'mrextremez/fixup' into refactoraad40c2Update Stalls.javaf55fbbaMerge pull request #1 from RedSparr0w/refactor📊 Changes
11 files changed (+216 additions, -166 deletions)
View changed files
📝
2006Redone Server/data/cfg/shops.cfg(+1 -2)📝
2006Redone Server/data/doorsbackup.txt(+0 -1)📝
2006Redone Server/data/logs/commands/andrew5.txt(+1 -0)📝
2006Redone Server/src/com/rebotted/GameConstants.java(+2 -1)📝
2006Redone Server/src/com/rebotted/game/content/combat/magic/MagicTeleports.java(+2 -2)📝
2006Redone Server/src/com/rebotted/game/content/skills/core/Woodcutting.java(+2 -2)📝
2006Redone Server/src/com/rebotted/game/content/skills/thieving/Pickpocket.java(+123 -79)📝
2006Redone Server/src/com/rebotted/game/content/skills/thieving/Stalls.java(+78 -69)📝
2006Redone Server/src/com/rebotted/game/items/ItemAssistant.java(+0 -3)📝
2006Redone Server/src/com/rebotted/game/objects/ObjectsActions.java(+6 -7)📝
2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java(+1 -0)📄 Description
closes #230
closes #228
closes #225
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.