Match clan owner class member with others
This commit is contained in:
@@ -581,7 +581,7 @@ function initClassTable() {
|
|||||||
constructor(dbAssoc) {
|
constructor(dbAssoc) {
|
||||||
this.databaseId = 0;
|
this.databaseId = 0;
|
||||||
this.name = "";
|
this.name = "";
|
||||||
this.owner = 0;
|
this.ownerId = 0;
|
||||||
this.tag = "";
|
this.tag = "";
|
||||||
this.enabled = false;
|
this.enabled = false;
|
||||||
this.index = -1;
|
this.index = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user