This commit is contained in:
aozhiwei 2021-07-06 19:29:02 +08:00
parent ec2c943d17
commit 31368173fc
2 changed files with 2 additions and 0 deletions

View File

@ -2448,6 +2448,7 @@ void Human::OnDie()
} }
} }
DeadDrop(); DeadDrop();
GetTrigger()->Die();
} }
void Human::FreeDownedTimer() void Human::FreeDownedTimer()

View File

@ -250,6 +250,7 @@ message Buff
optional int32 depend_effect = 16; optional int32 depend_effect = 16;
optional string child_buff = 17; optional string child_buff = 17;
optional int32 coexist_num = 18; optional int32 coexist_num = 18;
optional int32 dead_valid = 23;
} }
message Drop message Drop