bug fix in old constructor

This commit is contained in:
2023-08-19 15:49:00 -04:00
parent 9adb03a845
commit f1958453c1
+1 -1
View File
@@ -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();