mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 10:30:01 +01:00
Ice barrier typo
This commit is contained in:
parent
ba4751fb01
commit
e29cf4f195
@ -27,7 +27,7 @@ private:
|
|||||||
|
|
||||||
static ActionNode* ice_barrier([[maybe_unused]] PlayerbotAI* botAI)
|
static ActionNode* ice_barrier([[maybe_unused]] PlayerbotAI* botAI)
|
||||||
{
|
{
|
||||||
return new ActionNode ("ice_barrier",
|
return new ActionNode ("ice barrier",
|
||||||
/*P*/ nullptr,
|
/*P*/ nullptr,
|
||||||
/*A*/ nullptr,
|
/*A*/ nullptr,
|
||||||
/*C*/ nullptr);
|
/*C*/ nullptr);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user