mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-04 21:47:28 +08:00
[Enhance][Bug fix] Fatalis values & Salt skill
- For Arcaea 6.2.3
- Add support for `skill_salt`.
- Add support for dynamic values of "Hikari (Fatalis)", which is depended by world mode total steps.
- Fix a bug that the character "Hikari (Fatalis)" cannot be used in world mode. (due to 3f5281582c)
This commit is contained in:
@@ -279,6 +279,17 @@ status int,
|
||||
primary key(user_id, mission_id)
|
||||
);
|
||||
|
||||
-- value 无类型
|
||||
create table if not exists user_kvdata(
|
||||
user_id int,
|
||||
class text,
|
||||
key text,
|
||||
idx int,
|
||||
value,
|
||||
primary key(user_id, class, key, idx)
|
||||
);
|
||||
|
||||
|
||||
create index if not exists best_score_1 on best_score (song_id, difficulty);
|
||||
|
||||
PRAGMA journal_mode = WAL;
|
||||
|
||||
Reference in New Issue
Block a user