forked from Cookies_Github_mirror/AquaDX
[+] ExtBool2
This commit is contained in:
@@ -507,6 +507,8 @@ class Mai2UserPlaylog : Mai2UserEntity(), IGenericGamePlaylog {
|
||||
|
||||
@JsonProperty("extBool1")
|
||||
var extBool1 = false
|
||||
@JsonProperty("extBool2")
|
||||
var extBool2 = false
|
||||
|
||||
override val isFullCombo: Boolean
|
||||
get() = maxCombo == totalCombo
|
||||
|
||||
2
src/main/resources/db/V1000_33__maimai2_prism.sql
Normal file
2
src/main/resources/db/V1000_33__maimai2_prism.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE maimai2_user_playlog ADD COLUMN ext_bool2 BIT(1) DEFAULT 0;
|
||||
|
||||
Reference in New Issue
Block a user