forked from MagicBane/Server
Logic isn't needed here.
This commit is contained in:
@@ -446,11 +446,6 @@ public class Mob extends AbstractIntelligenceAgent {
|
||||
|
||||
Mob minionMobile;
|
||||
|
||||
int maxSlots = NPCManager.getMaxMinions(guardCaptain);
|
||||
|
||||
if (guardCaptain.siegeMinionMap.size() == maxSlots)
|
||||
return null;
|
||||
|
||||
minionMobile = new Mob();
|
||||
minionMobile.currentID = (--Mob.staticID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user