mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Frost mage AI
This commit is contained in:
@@ -56,7 +56,7 @@ private:
|
|||||||
return new ActionNode ("frostbolt",
|
return new ActionNode ("frostbolt",
|
||||||
/*P*/ nullptr,
|
/*P*/ nullptr,
|
||||||
/*A*/ nullptr,
|
/*A*/ nullptr,
|
||||||
/*C*/ NextAction::array(0, new NextAction("deep freeze"), NULL));
|
/*C*/ NextAction::array(0, new NextAction("deep freeze"), nullptr));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user