From 918f1ce8ecae8d7d200cbd25d52bacba843c8f39 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Tue, 22 Feb 2011 23:47:28 +0100 Subject: Core/Vehicles: - Allow configurable TempSummonType and timer for vehicle_accessory table instead of hard coded values - Reimplement some earlier charted VehicleSeatFlagsB, that were temporarily removed because of VEHICLE_SEAT_FLAG_UNCONTROLLED (they now work in conjunction with eachother) --- sql/updates/world/2011_02_22_4_world_vehicle_accessory.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2011_02_22_4_world_vehicle_accessory.sql (limited to 'sql') diff --git a/sql/updates/world/2011_02_22_4_world_vehicle_accessory.sql b/sql/updates/world/2011_02_22_4_world_vehicle_accessory.sql new file mode 100644 index 00000000000..3d23f85c76a --- /dev/null +++ b/sql/updates/world/2011_02_22_4_world_vehicle_accessory.sql @@ -0,0 +1,3 @@ +ALTER TABLE `vehicle_accessory` +ADD `summontype` TINYINT(3) UNSIGNED NOT NULL DEFAULT 6 COMMENT "see enum TempSummonType", +ADD `summontimer` INT(10) UNSIGNED NOT NULL DEFAULT 30000 COMMENT "timer, only relevant for certain summontypes"; -- cgit v1.2.3