mirror of
https://bitbucket.org/seefoe/dockerized-swg-src.git
synced 2026-07-15 00:08:54 -04:00
5 lines
235 B
SQL
5 lines
235 B
SQL
set verify off
|
|
update default_char_limits set account_limit = &max_characters_per_account, cluster_limit = &max_characters_per_cluster;
|
|
update default_character_slots set num_slots = &character_slots where character_type_id = 1;
|
|
exit;
|