From 7025ce6ba3c5d83e0c310b43679c526040a1b0bb Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Sun, 24 Nov 2024 20:28:39 +0100 Subject: [PATCH] chore: loaded the missing items into the database --- .../resources/[bpt_addons]/bpt_crafting/bpt_crafting.sql | 3 ++- .../[bpt_addons]/bpt_crafting/localization/bpt_crafting_it.sql | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/server-data/resources/[bpt_addons]/bpt_crafting/bpt_crafting.sql b/server-data/resources/[bpt_addons]/bpt_crafting/bpt_crafting.sql index f975598e..374ebdaf 100644 --- a/server-data/resources/[bpt_addons]/bpt_crafting/bpt_crafting.sql +++ b/server-data/resources/[bpt_addons]/bpt_crafting/bpt_crafting.sql @@ -64,5 +64,6 @@ INSERT INTO `bpt_items` (`name`, `label`) VALUES ('contract', 'Contract'), ('at_suppressor_light', 'Suppressor'), ('WEAPON_COMBATSHOTGUN', 'WEAPON COMBATSHOTGUN'), - ('ammo-shotgun', 'ammo shotgun') + ('ammo-shotgun', 'ammo shotgun'), + ('salmon', 'Salmon') ; \ No newline at end of file diff --git a/server-data/resources/[bpt_addons]/bpt_crafting/localization/bpt_crafting_it.sql b/server-data/resources/[bpt_addons]/bpt_crafting/localization/bpt_crafting_it.sql index f04db0b7..1da67270 100644 --- a/server-data/resources/[bpt_addons]/bpt_crafting/localization/bpt_crafting_it.sql +++ b/server-data/resources/[bpt_addons]/bpt_crafting/localization/bpt_crafting_it.sql @@ -64,5 +64,6 @@ INSERT INTO `bpt_items` (`name`, `label`) VALUES ('contract', 'Contratto per auto'), ('at_suppressor_light', 'Silenziatore'), ('WEAPON_COMBATSHOTGUN', 'Fucile a pompa da combattimento'), - ('ammo-shotgun', 'Munizioni fucile a pompa') + ('ammo-shotgun', 'Munizioni fucile a pompa'), + ('salmon', 'Salmone') ; \ No newline at end of file