From 04bdd1e41d742f3bb4364a683475973732a104ad Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 21 Jul 2024 08:38:24 +0000 Subject: [PATCH] Code format - (Clang-format) --- src/creatures/players/player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/creatures/players/player.cpp b/src/creatures/players/player.cpp index 22c9a31da3d..f37c0505671 100644 --- a/src/creatures/players/player.cpp +++ b/src/creatures/players/player.cpp @@ -5299,7 +5299,7 @@ void Player::learnInstantSpell(const std::string &spellName) { void Player::forgetInstantSpell(const std::string &spellName) { std::erase(learnedInstantSpellList, spellName); - setSaveSpells(true); + setSaveSpells(true); } bool Player::hasLearnedInstantSpell(const std::string &spellName) const {