mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +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', 'Pao', 1),
|
||||
('water', 'Agua', 1)
|
||||
;
|
||||
@@ -0,0 +1,6 @@
|
||||
USE `es_extended`;
|
||||
|
||||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('bread', 'Chleba', 1),
|
||||
('water', 'Voda', 1)
|
||||
;
|
||||
@@ -0,0 +1,6 @@
|
||||
USE `es_extended`;
|
||||
|
||||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('bread', 'Brot', 1),
|
||||
('water', 'Wasser', 1)
|
||||
;
|
||||
@@ -0,0 +1,6 @@
|
||||
USE `es_extended`;
|
||||
|
||||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('bread', 'Pan', 1),
|
||||
('water', 'Agua', 1)
|
||||
;
|
||||
@@ -0,0 +1,6 @@
|
||||
USE `es_extended`;
|
||||
|
||||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('bread', 'Leipä', 1),
|
||||
('water', 'Vesi', 1)
|
||||
;
|
||||
@@ -0,0 +1,6 @@
|
||||
USE `es_extended`;
|
||||
|
||||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('bread', 'Chleb', 1),
|
||||
('water', 'Woda', 1)
|
||||
;
|
||||
@@ -0,0 +1,6 @@
|
||||
USE `es_extended`;
|
||||
|
||||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('bread', 'Bröd', 1),
|
||||
('water', 'Vatten', 1)
|
||||
;
|
||||
Reference in New Issue
Block a user