Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql #30

Open
skkinyjordan145 opened this issue Apr 3, 2021 · 1 comment
Open

sql #30

skkinyjordan145 opened this issue Apr 3, 2021 · 1 comment

Comments

@skkinyjordan145
Copy link

bonjour quand je recupere les pieces ne se mettent pas dans l'inventaire

hello when I collect the parts do not go into the inventory

@Nightmarcher08
Copy link

need to add the fields rare, can_remove values of 0, 1.

INSERT INTO items (name, label, weight, rare, can_remove) VALUES
('battery', 'Battery', 2, 0, 1),
('muffler', 'Muffler', 2, 0, 1),
('hood', 'Hood', 2, 0, 1),
('trunk', 'Trunk', 2, 0, 1),
('doors', 'Doors', 2, 0, 1),
('engine', 'Engine', 2, 0, 1),
('waterpump', 'Water Pump', 2, 0, 1),
('oilpump', 'Oil Pump', 2, 0, 1),
('speakers', 'Speakers', 6, 0, 1),
('radio', 'Radio', 5, 0, 1),
('rims', 'Rims', 4, 0, 1),
('subwoofer', 'Subwoofer', 3, 0, 1),
('steeringwheel', 'Steering Wheel', 5, 0, 1)

;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants