SQL update for LoginServer support for max chars, and vet exp bonus display
This commit is contained in:
parent
d2eb5f23d8
commit
43c9580c99
1 changed files with 2 additions and 0 deletions
2
DB/updates/login_updates_11_2022.sql
Normal file
2
DB/updates/login_updates_11_2022.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
INSERT INTO `login_config` (`config_name`, `config_value`) VALUES ('max_characters_per_account', '30');
|
||||
INSERT INTO `login_config` (`config_name`, `config_value`) VALUES ('max_level_for_vet_reward', '20');
|
Loading…
Reference in a new issue