Introduces two new configurations:
1) Allow guild leader changes in WoE (yes/no)
Default: no
2) Delay between the changes (in minutes)
Default: 1440 minutes = 1 day
Follow up to b51617c
3 lines
63 B
SQL
3 lines
63 B
SQL
alter table `guild`
|
|
add column `last_master_change` datetime;
|