forked from Gregory-Hepicloud/stretchermod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitems.sql
More file actions
6 lines (6 loc) · 694 Bytes
/
Copy pathitems.sql
File metadata and controls
6 lines (6 loc) · 694 Bytes
1
2
3
4
5
6
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('stretcher', 'Stretcher', 2, 0, 1);
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('stretcher2', 'Stretcher2', 2, 0, 1);
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('stretcher3', 'Stretcher3', 2, 0, 1);
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('stretcher4', 'Stretcher4', 2, 0, 1);
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('stretcher5', 'Stretcher5', 2, 0, 1);
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('stretcher6', 'Stretcher6', 2, 0, 1);