From facd9cf97f07b1e4b6321fb473343514b0b9775d Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 16 Jun 2022 13:04:42 -0500 Subject: [PATCH] Save item type drop front distance --- scripts/server/item.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/item.js b/scripts/server/item.js index 2fcf14c7..e9244a8b 100644 --- a/scripts/server/item.js +++ b/scripts/server/item.js @@ -1927,6 +1927,7 @@ function saveItemTypeToDatabase(itemTypeId) { ["item_type_drop_rot_x", itemTypeData.dropRotation.x], ["item_type_drop_rot_y", itemTypeData.dropRotation.y], ["item_type_drop_rot_z", itemTypeData.dropRotation.z], + ["item_type_drop_front_distance", itemTypeData.dropFrontDistance], ["item_type_drop_scale_x", itemTypeData.dropScale.x], ["item_type_drop_scale_y", itemTypeData.dropScale.y], ["item_type_drop_scale_z", itemTypeData.dropScale.z],