1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-16 02:56:01 +08:00
committed by cnb
parent 3d7682732c
commit deeb1ccc38

View File

@@ -205,7 +205,7 @@ func (Controller) OnPlayerFightNpcMonster(data1 *fight.FightNpcMonsterInboundInf
poolexp := uint32(pookevel) * (exp)
items := &info.S2C_GET_BOSS_MONSTER{
//EV: 45,
EXP: addexp,
EXP: poolexp,
}
p.Info.ExpPool += int64(poolexp + addexp)
p.AddPetExp(foi.Winpet, int64(addexp))