mob resist issue

This commit is contained in:
2024-05-12 16:38:32 -05:00
parent 984c4d205a
commit 371d077320
2 changed files with 6 additions and 8 deletions
+2
View File
@@ -55,6 +55,8 @@ public class MobBase extends AbstractGameObject {
private float runCombat = 0;
public String raceType = "All";
public static HashMap<Integer,String> mobbase_race_types;
/**
* ResultSet Constructor
*/