mob resist issue

This commit is contained in:
2024-05-12 16:44:37 -05:00
parent 0c85c1d289
commit e1584161c9
-1
View File
@@ -53,7 +53,6 @@ public class MobBase extends AbstractGameObject {
private float run = 0;
private float walkCombat = 0;
private float runCombat = 0;
public String raceType = "All";
public static HashMap<Integer,String> mobbase_race_types;