fix NPC loading issue

This commit is contained in:
2023-07-19 19:45:13 -05:00
parent 25c02c9960
commit 2cf02ba102
-2
View File
@@ -115,8 +115,6 @@ public class NPC extends AbstractCharacter {
this.dbID = MBServerStatics.NO_DB_ROW_ASSIGNED_YET; this.dbID = MBServerStatics.NO_DB_ROW_ASSIGNED_YET;
this.currentID = MBServerStatics.NO_DB_ROW_ASSIGNED_YET; this.currentID = MBServerStatics.NO_DB_ROW_ASSIGNED_YET;
initializeNPC();
clearStatic();
} }
/** /**