diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index f1b1176..f0bd3f8 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -3560,10 +3560,12 @@ void Human::OnBulletHit(Bullet* bullet) } #ifdef DEBUG bullet->sender.Get()->SendDebugMsg - (a8::Format("bullet weapon_id:%d atk:%f", + (a8::Format("bullet weapon_id:%d atk:%f def:%f finaly_dmg:%f", { bullet->gun_meta->i->id(), - bullet->GetAtk() + bullet->GetAtk(), + def, + finaly_dmg }) ); #endif