rathena/sql-files/upgrades/upgrade_20170702.sql
Lemongrass3110 a3c0590508 Added some checks to guild leader change
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
2017-07-02 23:40:30 +02:00

3 lines
63 B
SQL

alter table `guild`
add column `last_master_change` datetime;