forked from MagicBane/Server
MobileBooty system integrated.
This commit is contained in:
@@ -108,8 +108,6 @@ public class Mob extends AbstractIntelligenceAgent {
|
||||
private int equipmentSetID = 0;
|
||||
public int runeSetID = 0;
|
||||
public int bootySetID = 0;
|
||||
private int lootSet = 0;
|
||||
private boolean isGuard;
|
||||
|
||||
/**
|
||||
* No Id Constructor
|
||||
@@ -295,8 +293,6 @@ public class Mob extends AbstractIntelligenceAgent {
|
||||
if (this.contract != null)
|
||||
this.equipmentSetID = this.contract.getEquipmentSet();
|
||||
|
||||
this.lootSet = (rs.getInt("lootSet"));
|
||||
|
||||
this.nameOverride = rs.getString("mob_name");
|
||||
|
||||
} catch (Exception e) {
|
||||
@@ -2466,14 +2462,6 @@ public class Mob extends AbstractIntelligenceAgent {
|
||||
return equipmentSetID;
|
||||
}
|
||||
|
||||
public int getLootSet() {
|
||||
return lootSet;
|
||||
}
|
||||
|
||||
public boolean isGuard() {
|
||||
return this.isGuard;
|
||||
}
|
||||
|
||||
public String getNameOverride() {
|
||||
return nameOverride;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user