forked from MagicBane/Server
Comment cleanup
This commit is contained in:
@@ -1562,6 +1562,8 @@ public class Mob extends AbstractIntelligenceAgent {
|
|||||||
if (this.contract != null)
|
if (this.contract != null)
|
||||||
this.equipmentSetID = this.contract.getEquipmentSet();
|
this.equipmentSetID = this.contract.getEquipmentSet();
|
||||||
|
|
||||||
|
// Mobiles default to the building guild.
|
||||||
|
|
||||||
if (this.building != null)
|
if (this.building != null)
|
||||||
this.guild = this.building.getGuild();
|
this.guild = this.building.getGuild();
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user