mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-26 16:37:46 +00:00
fix indentation
This commit is contained in:
parent
ade5cfa38f
commit
b4cd677264
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ void Sapphire::Entity::Chara::statusEffectFreeSlot( uint8_t slotId )
|
||||||
|
|
||||||
void Sapphire::Entity::Chara::replaceSingleStatusEffectById( uint32_t id )
|
void Sapphire::Entity::Chara::replaceSingleStatusEffectById( uint32_t id )
|
||||||
{
|
{
|
||||||
for( const auto& effectIt : m_statusEffectMap )
|
for( const auto& effectIt : m_statusEffectMap )
|
||||||
{
|
{
|
||||||
if( effectIt.second->getId() == id )
|
if( effectIt.second->getId() == id )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue