fix NPC loading issue

This commit is contained in:
2023-07-19 19:43:28 -05:00
parent 7f2c6a24b6
commit 25c02c9960
+1 -1
View File
@@ -110,7 +110,7 @@ public class NPC extends AbstractCharacter {
this.building = building; this.building = building;
this.parentZone = parent; this.parentZone = parent;
this.parentZoneID = parent.getObjectUUID();
clearStatic(); clearStatic();
this.dbID = MBServerStatics.NO_DB_ROW_ASSIGNED_YET; this.dbID = MBServerStatics.NO_DB_ROW_ASSIGNED_YET;