diff --git a/src/strategy/mage/FrostMageStrategy.cpp b/src/strategy/mage/FrostMageStrategy.cpp index 2accab2b..4e283d19 100644 --- a/src/strategy/mage/FrostMageStrategy.cpp +++ b/src/strategy/mage/FrostMageStrategy.cpp @@ -27,7 +27,7 @@ private: static ActionNode* ice_barrier([[maybe_unused]] PlayerbotAI* botAI) { - return new ActionNode ("ice_barrier", + return new ActionNode ("ice barrier", /*P*/ nullptr, /*A*/ nullptr, /*C*/ nullptr);