From 294130cd0045ed0c8d31224e5a248247cf71b9c3 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 19 May 2022 18:54:16 -0500 Subject: [PATCH] Add house owner "biz" type --- scripts/server/const.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/const.js b/scripts/server/const.js index 3c28c9e2..811f0aa5 100644 --- a/scripts/server/const.js +++ b/scripts/server/const.js @@ -63,6 +63,7 @@ const VRR_HOUSEOWNER_JOB = 2; // Owned by a job const VRR_HOUSEOWNER_CLAN = 3; // Owned by a clan const VRR_HOUSEOWNER_FACTION = 4; // Owned by a faction const VRR_HOUSEOWNER_PUBLIC = 5; // Is a public house. Technically not owned. This probably won't be used. +const VRR_HOUSEOWNER_BIZ = 6; // Owned by a business. Used for apartment buildings where rent goes to business. // Gate Owner Types const VRR_GATEOWNER_NONE = 0; // Not owned