From 0da8c07fc051dfd74c62f7b6b1c98511f895c7af Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 19 Apr 2021 18:53:11 -0500 Subject: [PATCH] Match clan owner class member with others --- scripts/server/class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;