We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bcccb commit 9e5fec3Copy full SHA for 9e5fec3
2006Scape Server/src/main/java/com/rs2/game/content/combat/CombatAssistant.java
@@ -956,7 +956,7 @@ public void attackPlayer(int i) {
956
player.followPlayerId = player.playerIndex;
957
958
// We can create a list if there are more than one weapon which does not trigger this
959
- if(player.playerWeapon != GRANITE_MAUL){
+ if(player.playerWeapon != StaticItemList.GRANITE_MAUL){
960
player.attackTimer = getAttackDelay();
961
}
962
0 commit comments