forked from MagicBane/Server
Minions don't have contracts.
This commit is contained in:
@@ -892,7 +892,7 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
|
|
||||||
// Siege mobiles don't have contracts.
|
// Siege mobiles don't have contracts.
|
||||||
|
|
||||||
if (this.contract == null && this.agentType.equals(AIAgentType.MOBILE)) {
|
if (this.contract == null) {
|
||||||
|
|
||||||
// Mobiles inside buildings are offset from it not the zone
|
// Mobiles inside buildings are offset from it not the zone
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user