From e29cf4f195b596b826646a309222ed768d048e77 Mon Sep 17 00:00:00 2001 From: Bobblybook Date: Sun, 21 Jul 2024 05:45:38 +1000 Subject: [PATCH] Ice barrier typo --- src/strategy/mage/FrostMageStrategy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);