zone override

This commit is contained in:
2024-02-24 21:56:26 -06:00
parent 6b284c7f80
commit c99b1ab491
2 changed files with 2 additions and 47 deletions
+1 -1
View File
@@ -1153,7 +1153,7 @@ public class NPC extends AbstractCharacter {
upgradeTime = Integer.MAX_VALUE;
if (this.getRank() < 7)
return (this.getRank() * 8);
return 5;
return 0;
}