mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Create br_esx_basicneeds.sql (#26)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('bread', 'Pao', 1),
|
||||
('water', 'Agua', 1)
|
||||
;
|
||||
Reference in New Issue
Block a user