mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #603] [MERGED] Bug fixes #11503
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/603
Author: @advnau
Created: 2/6/2023
Status: ✅ Merged
Merged: 2/6/2023
Merged by: @Dark98
Base:
master← Head:bug-fixes📝 Commits (10+)
c7df70dUpdate Boundary.java7778880fix xp to level upa7fab78tomato shopaee54eafix longsword attack anim4a310bbUpdate MeleeData.java6edbec4fix dagger/longsword/shortsword anims6a12f9aUpdate MeleeData.java0554654obby maul and warhammer interfaces and halberd anims47fd836Pickaxe animsccc7db0adds razmires builder shop📊 Changes
7 files changed (+64 additions, -18 deletions)
View changed files
📝
2006Scape Server/plugins/plugin/click/npc/NpcThirdClick.java(+7 -0)📝
2006Scape Server/plugins/plugin/click/obj/ObjectFirstClick.java(+6 -0)📝
2006Scape Server/pom.xml(+20 -3)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/melee/MeleeData.java(+28 -12)📝
2006Scape Server/src/main/java/com/rs2/game/items/ItemAssistant.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/game/players/PlayerAssistant.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/world/Boundary.java(+1 -1)📄 Description
This is a PR for bug fixes/current issues.
Initial commit should fix https://github.com/2006-Scape/2006Scape/issues/594
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.