Match clan owner class member with others

This commit is contained in:
Vortrex
2021-04-19 18:53:11 -05:00
parent ab8cae2a3d
commit 0da8c07fc0

View File

@@ -581,7 +581,7 @@ function initClassTable() {
constructor(dbAssoc) {
this.databaseId = 0;
this.name = "";
this.owner = 0;
this.ownerId = 0;
this.tag = "";
this.enabled = false;
this.index = -1;