From 8e9b8ae58cd82c44d239dc51849a269e373fc836 Mon Sep 17 00:00:00 2001 From: osuphobia <78858975+osuphobia@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:49:13 +0800 Subject: [PATCH] clang-tidy --- src/character.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/character.cpp b/src/character.cpp index 08dae7700cf3d..5bb800933b8a8 100644 --- a/src/character.cpp +++ b/src/character.cpp @@ -7723,7 +7723,7 @@ void Character::recalculate_enchantment_cache() for( const enchantment_id &ench_id : mut.enchantments ) { const enchantment &ench = ench_id.obj(); if( ench.is_active( *this, mut.activated && mut_map.second.powered ) ) { - enchantment_cache->force_add_mutation( ench, *this ); + enchantment_cache->force_add_mutation( ench ); } } }