mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #624] [MERGED] Fix Some NPC's Turning When Clicked That Shouldn't #7592
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/624
Author: @Dark98
Created: 2/21/2023
Status: ✅ Merged
Merged: 2/23/2023
Merged by: @Dark98
Base:
master← Head:npc-chair-turning📝 Commits (4)
ce37b1aFix Some NPC's That Shouldn't Turn When Clickede46a40dFix Some NPC's That Shouldn't Turn When Clicked97168fdMake immobileNpcs private2e814ecNpc.java IntelliJ Code Format📊 Changes
7 files changed (+500 additions, -485 deletions)
View changed files
📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/CombatAssistant.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/npcs/NpcCombat.java(+2 -2)📝
2006Scape Server/src/main/java/com/rs2/game/content/combat/range/DwarfCannon.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/thieving/Pickpocket.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/game/npcs/Npc.java(+473 -457)📝
2006Scape Server/src/main/java/com/rs2/game/npcs/NpcHandler.java(+16 -17)📝
2006Scape Server/src/main/java/com/rs2/net/packets/impl/ClickNPC.java(+6 -6)📄 Description
Needs Testing Properly
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.