mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-05 18:27:47 +00:00
remove debuggy;
This commit is contained in:
parent
735e2f73bd
commit
4b4ea95aae
1 changed files with 0 additions and 2 deletions
|
@ -774,8 +774,6 @@ uint32_t Sapphire::Entity::Chara::getBonusStat( Sapphire::Common::BaseParam base
|
||||||
auto index = static_cast< uint32_t >( baseParam );
|
auto index = static_cast< uint32_t >( baseParam );
|
||||||
assert( index < m_bonusStats.size() );
|
assert( index < m_bonusStats.size() );
|
||||||
|
|
||||||
if( isPlayer() )
|
|
||||||
auto val = m_bonusStats[ index ];
|
|
||||||
return m_bonusStats[ index ];
|
return m_bonusStats[ index ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue