mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
Major cleanup, /heal, fixed #12, sv locale
This commit is contained in:
+4
-4
@@ -1,6 +1,6 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
INSERT INTO `items` (name, label) VALUES
|
||||
('bread', 'Pain'),
|
||||
('water', 'Eau')
|
||||
;
|
||||
INSERT INTO `items` (`name`, `label`, `limit`) VALUES
|
||||
('bread', 'Pain', 10),
|
||||
('water', 'Eau', 5)
|
||||
;
|
||||
Reference in New Issue
Block a user