1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-26 16:37:46 +00:00

fix indentation

This commit is contained in:
Lucy 2023-03-08 19:12:35 +01:00
parent ade5cfa38f
commit b4cd677264

View file

@ -592,7 +592,7 @@ void Sapphire::Entity::Chara::statusEffectFreeSlot( uint8_t slotId )
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 )
{