mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
6 lines
173 B
SQL
6 lines
173 B
SQL
USE `essentialmode`;
|
|
|
|
INSERT INTO `items` (`name`, `label`, `limit`, `rare`, `can_remove`) VALUES
|
|
('cannabis', 'Cannabis', 40, 0, 1)
|
|
('marijuana', 'Marijuana', 14, 0, 1)
|
|
; |