Fix constellations that give an extra charge to skills

Fix #228
This commit is contained in:
Melledy
2022-04-30 19:34:50 -07:00
parent 6fb0b5494f
commit dd0f8f8d49
7 changed files with 131 additions and 21 deletions

View File

@@ -0,0 +1,9 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message AvatarSkillMaxChargeCountNotify {
uint64 avatar_guid = 1;
uint32 skill_id = 2;
uint32 max_charge_count = 3;
}