Small bugs in AircraftLoadout table

For bug reports and fixes, installation issues, and new ideas for technical features.

Moderator: SEOW Developers

Post Reply
EJGr.Ost_Chamel
Posts: 56
Joined: Sun 14 Jan 2007 11:37 pm
Location: Germany
Contact:

Small bugs in AircraftLoadout table

Post by EJGr.Ost_Chamel »

In the AircraftLoadout table, some loadouts for the F4U1A are mistakenly described as containing napalm drop tanks, where there are fuell drop tanks.
To fix this, run the following sql-code:

UPDATE AircraftLoadout SET Description = '2 x 154 Gallon DT' WHERE Obj_Long_Name = 'air.F4U1A' AND Load_Out = '2x154dt';
UPDATE AircraftLoadout SET Description = '1 x 178 Gallon DT + 2 x 154 Gallon DT' WHERE Obj_Long_Name = 'air.F4U1A' AND Load_Out = '1x178dt2x154dt';
UPDATE AircraftLoadout SET Description = '1 x 500 lb General Purpose Bomb + 2 x 154 Gallon DT' WHERE Obj_Long_Name = 'air.F4U1A' AND Load_Out = '1x5002x154dt';
UPDATE AircraftLoadout SET Description = '1 x 1000 lb General Purpose Bomb + 2 x 154 Gallon DT' WHERE Obj_Long_Name = 'air.F4U1A' AND Load_Out = '1x10002x154dt';

Greets
Chamel
IV/JG7_4Shades
Posts: 2203
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post by IV/JG7_4Shades »

Thanks Chamel!
IV/JG7_4Shades
SEOW Developer

Image
Post Reply