forked from MagicBane/Server
bug fix in old constructor
This commit is contained in:
@@ -104,7 +104,7 @@ public class NPC extends AbstractCharacter {
|
|||||||
this.buyPercent = 0.33f;
|
this.buyPercent = 0.33f;
|
||||||
this.sellPercent = 1f;
|
this.sellPercent = 1f;
|
||||||
this.building = building;
|
this.building = building;
|
||||||
|
this.guild = guild;
|
||||||
this.parentZone = parent;
|
this.parentZone = parent;
|
||||||
this.parentZoneID = parent.getObjectUUID();
|
this.parentZoneID = parent.getObjectUUID();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user