diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 37a3611..05f9b8d 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -2448,6 +2448,7 @@ void Human::OnDie() } } DeadDrop(); + GetTrigger()->Die(); } void Human::FreeDownedTimer() diff --git a/server/tools/protobuild/metatable.proto b/server/tools/protobuild/metatable.proto index 611d72d..7deb0dd 100755 --- a/server/tools/protobuild/metatable.proto +++ b/server/tools/protobuild/metatable.proto @@ -250,6 +250,7 @@ message Buff optional int32 depend_effect = 16; optional string child_buff = 17; optional int32 coexist_num = 18; + optional int32 dead_valid = 23; } message Drop