Skip to content

Commit

Permalink
chore: loaded the missing items into the database
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Nov 24, 2024
1 parent 45166c9 commit 7025ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
;
Original file line number Diff line number Diff line change
Expand Up @@ -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')
;

0 comments on commit 7025ce6

Please sign in to comment.