1
This commit is contained in:
parent
d4c446cd4b
commit
3097e8c83c
@ -187,7 +187,7 @@ int SkillHelper::GetCmxdDistance(const MetaData::Skill* skill_meta)
|
|||||||
|
|
||||||
int SkillHelper::GetCmxdExplosion(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)
|
int SkillHelper::GetJshxHp(Creature* c, const MetaData::Skill* skill_meta)
|
||||||
|
@ -332,6 +332,7 @@ message SkillNumber
|
|||||||
optional string cd = 10;
|
optional string cd = 10;
|
||||||
optional int32 buff_id = 11;
|
optional int32 buff_id = 11;
|
||||||
optional float buff_time = 12;
|
optional float buff_time = 12;
|
||||||
|
optional int32 explosion_effect = 13;
|
||||||
}
|
}
|
||||||
|
|
||||||
message NpcStandard
|
message NpcStandard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user