diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 95f32b1..2f2eaa4 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -1933,6 +1933,7 @@ void Human::ProcSkillPhase(MetaData::SkillPhase* phase) } } } + room->frame_event.AddExplosion(0, pos, 2); room->grid_service.MoveHuman(this); CheckGrass(); } diff --git a/server/tools/protobuild/cs_proto.proto b/server/tools/protobuild/cs_proto.proto index 013f228..ba0fc7a 100755 --- a/server/tools/protobuild/cs_proto.proto +++ b/server/tools/protobuild/cs_proto.proto @@ -507,7 +507,7 @@ message MFExplosion { optional int32 item_id = 1; //配置表id optional MFVec2 pos = 2; //位置 - optional int32 effect = 4 [default = 0]; //爆照效果 0:普通爆照 1:核爆炸 + optional int32 effect = 4 [default = 0]; //爆照效果 0:普通爆照 1:核爆炸 2:跳跃技能爆炸效果 } //烟雾