Remove all old files

This commit is contained in:
ElPumpo
2018-11-30 22:40:53 +01:00
parent 29635212b3
commit c792d8960b
19 changed files with 0 additions and 2128 deletions
-10
View File
@@ -1,10 +0,0 @@
INSERT INTO `items` (name, label, `limit`) VALUES
('weed', 'Grass', 50),
('weed_pooch', 'Portion Grass', 10),
('coke', 'Koks', 50),
('coke_pooch', 'Portion Koks', 10),
('meth', 'Meth', 50),
('meth_pooch', 'Portion Meth', 10),
('opium', 'Opium', 50),
('opium_pooch', 'Portion Opium', 10)
;
-10
View File
@@ -1,10 +0,0 @@
INSERT INTO `items` (name, label, `limit`) VALUES
('weed', 'Weed', 50),
('weed_pooch', 'Bag of weed', 10),
('coke', 'Cocaine', 50),
('coke_pooch', 'Bag of cocaine', 10),
('meth', 'Meth', 50),
('meth_pooch', 'Bag of meth', 10),
('opium', 'Opium', 50),
('opium_pooch', 'Bag of opium', 10)
;
-10
View File
@@ -1,10 +0,0 @@
INSERT INTO `items` (name, label, `limit`) VALUES
('weed', 'Topy', 50),
('weed_pooch', 'Marihuana', 10),
('coke', 'Liście kokainy', 50),
('coke_pooch', 'Kokaina', 10),
('meth', 'Odlew', 50),
('meth_pooch', 'Metafetamina', 10),
('opium', 'Opium', 50),
('opium_pooch', 'Torebeczka opium', 10)
;
-10
View File
@@ -1,10 +0,0 @@
INSERT INTO `items` (name, label, `limit`) VALUES
('weed', 'Cannabis', 50),
('weed_pooch', 'Väska med cannabis', 10),
('coke', 'Kokain', 50),
('coke_pooch', 'Väska med kokain', 10),
('meth', 'Meth', 50),
('meth_pooch', 'Väska med meth', 10),
('opium', 'Opium', 50),
('opium_pooch', 'Väska med opium', 10)
;