Skip to content

Commit 9e5fec3

Browse files
authored
Update CombatAssistant.java
1 parent 65bcccb commit 9e5fec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2006Scape Server/src/main/java/com/rs2/game/content/combat/CombatAssistant.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ public void attackPlayer(int i) {
956956
player.followPlayerId = player.playerIndex;
957957

958958
// We can create a list if there are more than one weapon which does not trigger this
959-
if(player.playerWeapon != GRANITE_MAUL){
959+
if(player.playerWeapon != StaticItemList.GRANITE_MAUL){
960960
player.attackTimer = getAttackDelay();
961961
}
962962

0 commit comments

Comments
 (0)