diff --git a/scripts/server/class.js b/scripts/server/class.js index 150d76ad..c89d4c0f 100644 --- a/scripts/server/class.js +++ b/scripts/server/class.js @@ -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;