mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 19:01:27 +00:00
Merge remote-tracking branch 'esx_basicneeds/master'
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
USE `es_extended`;
|
||||
|
||||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('bread', 'Bread', 1),
|
||||
('water', 'Water', 1)
|
||||
;
|
||||
Reference in New Issue
Block a user