Major cleanup, /heal, fixed #12, sv locale

This commit is contained in:
ElPumpo
2018-07-01 11:47:57 +02:00
parent 30ece827b6
commit e4056aa7d7
15 changed files with 151 additions and 123 deletions
+4 -4
View File
@@ -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)
;