mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-05 23:17:26 +08:00
[Enhance] Support uncapped Kanae's skill
- Add support for `skill_kanae_uncap` - For Arcaea 5.2.6
This commit is contained in:
@@ -34,7 +34,8 @@ next_fragstam_ts int,
|
||||
max_stamina_ts int,
|
||||
stamina int,
|
||||
world_mode_locked_end_ts int,
|
||||
beyond_boost_gauge real default 0
|
||||
beyond_boost_gauge real default 0,
|
||||
kanae_stored_prog real default 0
|
||||
);
|
||||
create table if not exists login(access_token text,
|
||||
user_id int,
|
||||
|
||||
Reference in New Issue
Block a user