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