更新配置

This commit is contained in:
by 2025-01-07 09:28:09 +08:00
parent 03d1f119fe
commit ebc662d636
4 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
 (€­β8@΅θ;PdX`c  (€­β8@΅θ;PdX`c
< ((€­β2ΕΈ2συ@Άθ;JΖΈJσυPdX¬`Η < ((€­β2ΕΈ2συ@Άθ;JσυJΖΈPdX¬`Η
?<18>ΑΧ/ 2(€­β2ΕΈ2συ@£θ;JΖΈJσυPdXξ`σ ?<18>ΑΧ/ 2(€­β2ΕΈ2συ@£θ;JΖΈJσυPdXξ`σ

Binary file not shown.

Binary file not shown.

View File

@ -539,7 +539,7 @@ func CSNianAttack(s *netlib.Session, packetid int, data interface{}, sid int64)
luckTime = 0 luckTime = 0
} }
damage := p.WelfData.NianData.AttackSumHp damage := p.WelfData.NianData.AttackSumHp
if luckValue < RankNeed { if damage < RankNeed {
damage = 0 damage = 0
} }
if luckValue > 0 || damage > 0 { if luckValue > 0 || damage > 0 {