mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-28 12:17:46 +00:00
remove bnpc autoattack console spam
This commit is contained in:
parent
7d561ffcbe
commit
0e236aa062
1 changed files with 2 additions and 2 deletions
|
@ -592,7 +592,7 @@ std::pair< float, Sapphire::Common::ActionHitSeverityType > CalcStats::calcAutoA
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Logger::debug( format, pot, aa, ap, det, ten, factor );
|
//Logger::debug( format, pot, aa, ap, det, ten, factor );
|
||||||
}
|
}
|
||||||
|
|
||||||
return std::pair( factor, hitType );
|
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() )
|
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;
|
return factor;
|
||||||
|
|
Loading…
Add table
Reference in a new issue