Merge pull request #69 from Ffrankys/master

Fixed German sql file
This commit is contained in:
Samuel
2020-03-06 21:03:47 +01:00
committed by GitHub
+1 -1
View File
@@ -41,7 +41,7 @@ INSERT INTO `items` (`name`, `label`, `limit`) VALUES
('petrol', 'Öl', 24),
('petrol_raffin', 'bearbeitetes Öl', 24),
('essence', 'Benzin', 24),
('whool', 'Wolle', 40),
('wool', 'Wolle', 40),
('fabric', 'Tuch', 80),
('clothe', 'Kleidung', 40)
;