Create br_esx_basicneeds.sql (#26)

This commit is contained in:
Dione Batista
2020-01-23 11:57:12 -03:00
committed by rex2630
parent ab7af5450d
commit ceef639a13
+6
View File
@@ -0,0 +1,6 @@
USE `essentialmode`;
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('bread', 'Pao', 1),
('water', 'Agua', 1)
;