From f2b7fa13d1008171c0460c5a7555c43702efa7b9 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 2 May 2022 15:31:09 -0500 Subject: [PATCH] Add confirmation prompt consts --- scripts/server/const.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/server/const.js b/scripts/server/const.js index efaaf65b..90b3cbca 100644 --- a/scripts/server/const.js +++ b/scripts/server/const.js @@ -12,6 +12,8 @@ const VRR_PROMPT_NONE = 0; const VRR_PROMPT_CREATEFIRSTCHAR = 1; const VRR_PROMPT_BIZORDER = 2; const VRR_PROMPT_GIVEVEHTOCLAN = 3; +const VRR_PROMPT_GIVEHOUSETOCLAN = 4; +const VRR_PROMPT_GIVEBIZTOCLAN = 5; // Job Types const VRR_JOB_NONE = 0;