
Corrected the value of the variable guildtime to match the value in official script. Fixed #1785 Thanks to @Lemongrass3110
2 lines
110 B
SQL
2 lines
110 B
SQL
UPDATE `char_reg_num` SET `value` = `value` * 100 WHERE `key` = 'guildtime' AND `index` = 0 AND `value` < 24;
|