Fixed server startup mCritPowerAdd problem.
This commit is contained in:
parent
1fda2eb6df
commit
20f3deea97
@ -2090,7 +2090,7 @@
|
||||
<mul stat="mAtkSpd" val="#mAtkSpd" />
|
||||
<add stat="maxMp" val="#maxMp" />
|
||||
<add stat="mAtk" val="#mAtkAdd" />
|
||||
<add stat="mCritPowerAdd" val="#mCritPower" />
|
||||
<add stat="mCritPowerAdd" val="#mCritPower" />
|
||||
<mul stat="mAtk" val="#mAtkMul" />
|
||||
<mul stat="mCritRate" val="#mCritRate" />
|
||||
<!-- TODO: add stat received heal amount -->
|
||||
|
2
trunk/dist/game/data/xsd/skills.xsd
vendored
2
trunk/dist/game/data/xsd/skills.xsd
vendored
@ -403,6 +403,7 @@
|
||||
<xs:enumeration value="defCritRate" />
|
||||
<xs:enumeration value="cancelVuln" />
|
||||
<xs:enumeration value="maxHp" />
|
||||
<xs:enumeration value="mCritPowerAdd" />
|
||||
<xs:enumeration value="pSkillEvas" />
|
||||
<xs:enumeration value="regMp" />
|
||||
<xs:enumeration value="regHp" />
|
||||
@ -434,7 +435,6 @@
|
||||
<xs:enumeration value="bowMpConsumeRate" />
|
||||
<xs:enumeration value="fishingExpertise" />
|
||||
<xs:enumeration value="mCritPower" />
|
||||
<xs:enumeration value="mCritPowerAdd" />
|
||||
<xs:enumeration value="maxRecoverableCp" />
|
||||
<xs:enumeration value="maxRecoverableHp" />
|
||||
<xs:enumeration value="whLimit" />
|
||||
|
Loading…
Reference in New Issue
Block a user