This commit is contained in:
aozhiwei 2022-10-12 10:26:40 +08:00
parent d4c446cd4b
commit 3097e8c83c
2 changed files with 2 additions and 1 deletions

View File

@ -187,7 +187,7 @@ int SkillHelper::GetCmxdDistance(const MetaData::Skill* skill_meta)
int SkillHelper::GetCmxdExplosion(const MetaData::Skill* skill_meta)
{
return 0;
return 9;
}
int SkillHelper::GetJshxHp(Creature* c, const MetaData::Skill* skill_meta)

View File

@ -332,6 +332,7 @@ message SkillNumber
optional string cd = 10;
optional int32 buff_id = 11;
optional float buff_time = 12;
optional int32 explosion_effect = 13;
}
message NpcStandard