Ice barrier typo

This commit is contained in:
Bobblybook
2024-07-21 05:45:38 +10:00
parent ba4751fb01
commit e29cf4f195

View File

@@ -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);