mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
+2
-2
@@ -1,6 +1,6 @@
|
||||
USE `es_extended`;
|
||||
|
||||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('bread', 'Pain', 1),
|
||||
('water', 'Eau', 1)
|
||||
('bread', 'Bread', 1),
|
||||
('water', 'Water', 1)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user