Core/Vehicles: Added field to set a default pitch (#30878)

This commit is contained in:
Meji
2025-05-11 22:00:41 +02:00
committed by GitHub
parent 260fab2378
commit 47440e9dd2
5 changed files with 42 additions and 4 deletions
@@ -0,0 +1,2 @@
ALTER TABLE `vehicle_template`
ADD `Pitch` FLOAT DEFAULT NULL AFTER `despawnDelayMs`;