Added ./setrace command

This commit is contained in:
2024-05-04 21:38:06 -05:00
parent eff8be91d6
commit 60b8843563
4 changed files with 67 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public class NPC extends AbstractCharacter {
public ReentrantReadWriteLock minionLock = new ReentrantReadWriteLock();
public int runeSetID = 0;
public int extraRune2 = 0;
protected int loadID;
public int loadID;
protected MobBase mobBase;
protected String name;
protected int dbID;