Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 21, 2024
1 parent 2ca889f commit 04bdd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creatures/players/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 04bdd1e

Please sign in to comment.