Unused constructor removed.

This commit is contained in:
2023-08-25 11:37:56 -04:00
parent 22e4cc07c0
commit 29e24bae93
2 changed files with 2 additions and 20 deletions
+1
View File
@@ -86,6 +86,7 @@ public class NPC extends AbstractCharacter {
public NPC() {
super();
this.dbID = MBServerStatics.NO_DB_ROW_ASSIGNED_YET;
this.currentID = MBServerStatics.NO_DB_ROW_ASSIGNED_YET;
}