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