This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user