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",
|
||||
/*P*/ 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