From 54703e2cd950f427a8ae64f55f0326569ef3ff16 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 15 Oct 2022 16:07:19 -0500 Subject: [PATCH] Add 2nd warehouse int type for GTA 3 --- scripts/shared/gamedata.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/shared/gamedata.js b/scripts/shared/gamedata.js index 0a970acb..df546122 100644 --- a/scripts/shared/gamedata.js +++ b/scripts/shared/gamedata.js @@ -5913,7 +5913,8 @@ let gameData = { Mansion: [toVector3(1461.00, -173.87, 55.78), 0, false, ""], SmallGarage: [toVector3(-420.69, 289.86, 62.96), 0, false, ""], JoeyGarage: [toVector3(1189.40, -867.69, 15.18), 0, false, ""], - Warehouse: [toVector3(1497.46, -680.18, 12.14), 0, false, ""], + Warehouse1: [toVector3(1497.46, -680.18, 12.14), 0, false, ""], + Warehouse2: [toVector3(1131.44, -1113.07, 11.86), 0, false, ""], }, [AGRP_GAME_GTA_VC]: { // GTA VC Mall: [toVector3(379.62, 1007.00, 19.22), 4, false, ""],