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