Browse Source

SQL update for LoginServer support for max chars, and vet exp bonus display

Devn00b 1 year ago
parent
commit
43c9580c99
1 changed files with 2 additions and 0 deletions
  1. 2 0
      DB/updates/login_updates_11_2022.sql

+ 2 - 0
DB/updates/login_updates_11_2022.sql

@@ -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');