From bde9b9c5eae952c0291685093e583d3f91f41bc3 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Wed, 19 Jan 2022 12:58:54 -0600 Subject: [PATCH] Add gate owner consts --- scripts/server/const.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/server/const.js b/scripts/server/const.js index 7850e756..cdefff3b 100644 --- a/scripts/server/const.js +++ b/scripts/server/const.js @@ -64,7 +64,9 @@ const VRR_GATEOWNER_PLAYER = 1; // Owner is a player (character/ const VRR_GATEOWNER_JOB = 2; // Owned by a job const VRR_GATEOWNER_CLAN = 3; // Owned by a clan const VRR_GATEOWNER_FACTION = 4; // Owned by a faction -const VRR_GATEOWNER_PUBLIC = 5; // Is a public gate. Technically not owned. This probably won't be used. +const VRR_GATEOWNER_PUBLIC = 5; // Public gate. Technically not owned. This probably won't be used. +const VRR_GATEOWNER_BUSINESS = 6; // Owned by a business. Back lots, unloading areas, and other stuff like that +const VRR_GATEOWNER_HOUSE = 7; // Owned by a house. Like for mansions with closed private areas. // Business Location Types const VRR_BIZLOC_NONE = 0; // None