mirror of
https://github.com/riperiperi/FreeSO
synced 2026-08-13 20:26:13 -04:00
4 lines
204 B
MySQL
4 lines
204 B
MySQL
|
|
ALTER TABLE `fso_lots`
|
|||
|
|
ADD COLUMN `skill_mode` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `move_flags`;
|
|||
|
|
|
|||
|
|
UPDATE fso_lots SET skill_mode = 1 where category IN ("services", "entertainment", "romance");
|