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