From 0e236aa062f748542593ed71cbcc7493d51f7744 Mon Sep 17 00:00:00 2001 From: collett Date: Sat, 7 Mar 2020 05:37:28 +0900 Subject: [PATCH] remove bnpc autoattack console spam --- src/world/Math/CalcStats.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/world/Math/CalcStats.cpp b/src/world/Math/CalcStats.cpp index 884cd615..f5c65e26 100644 --- a/src/world/Math/CalcStats.cpp +++ b/src/world/Math/CalcStats.cpp @@ -592,7 +592,7 @@ std::pair< float, Sapphire::Common::ActionHitSeverityType > CalcStats::calcAutoA } else { - Logger::debug( format, pot, aa, ap, det, ten, factor ); + //Logger::debug( format, pot, aa, ap, det, ten, factor ); } return std::pair( factor, hitType ); @@ -638,7 +638,7 @@ float CalcStats::calcHealBaseOnPotency( const Sapphire::Entity::Chara& chara, ui if( auto player = const_cast< Entity::Chara& >( chara ).getAsPlayer() ) { - player->sendDebug( format, pot, ptc, wd, wepDmg, ap, det, factor ); + //player->sendDebug( format, pot, ptc, wd, wepDmg, ap, det, factor ); } return factor;