forked from MagicBane/Server
mob resist issue
This commit is contained in:
@@ -172,9 +172,7 @@ public class Mob extends AbstractIntelligenceAgent {
|
||||
}
|
||||
|
||||
public static void setResistsForMob(Mob mob){
|
||||
if(mob.getResists() == null){
|
||||
mob.resists = new Resists("Generic");
|
||||
}
|
||||
mob.resists = new Resists("Generic");
|
||||
Zone parentMacro = null;
|
||||
for(Zone zone : ZoneManager.getAllZonesIn(mob.loc)){
|
||||
if(zone.isMacroZone() == false)
|
||||
|
||||
Reference in New Issue
Block a user