freeso/TSOClient/FSO.Server.Database/DatabaseScripts/changes/0016_extra_tasks.sql
RHY3756547 afe07dbf87 [LotView, VM, Server] New Features
- Experimental Ultra Lighting mode with 3D object shadows. Enabled in 3D
mode.
- Object Wear: objects now accumulate at 1% per sim day
- Break & Repair: Objects over 50% wear now have a chance of breaking
that increases with the object's wear
- Price depreciation: Object sale price is now tied to its wear. As a
result of this change, existing objects will lower in value more than
usual, but newly bought objects should be fine.
- Light Management: Roommates can now change lights to stay on
permanently, and change light color.
- Dialog and TSO primitive descriptors for IDE.
- Add Shutdown task for automated shutdown.
- Cleanup and bugfix various areas.
2017-10-31 16:49:10 +00:00

2 lines
No EOL
174 B
SQL

ALTER TABLE `fso_tasks`
CHANGE COLUMN `task_type` `task_type` ENUM('prune_database', 'bonus', 'shutdown', 'job_balance', 'multi_check', 'prune_abandoned_lots') NOT NULL ;