mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
10 lines
273 B
SQL
10 lines
273 B
SQL
USE `essentialmode`;
|
|
|
|
INSERT INTO `items` (`name`, `label`, `limit`, `rare`, `can_remove`) VALUES
|
|
('cannabis', 'Cannabis', 40, 0, 1),
|
|
('marijuana', 'Marijuana', 14, 0, 1)
|
|
;
|
|
|
|
INSERT INTO `licenses` (`type`, `label`) VALUES
|
|
('weed_processing', 'Weed Processing License')
|
|
; |