forked from MagicBane/Server
Unused constructor removed.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user