mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Frost mage AI
This commit is contained in:
@@ -10,6 +10,9 @@ class FrostMageStrategyActionNodeFactory : public NamedObjectFactory<ActionNode>
|
||||
public:
|
||||
FrostMageStrategyActionNodeFactory()
|
||||
{
|
||||
creators["cold snap"] = &cold_snap;
|
||||
creators["ice barrier"] = &ice_barrier;
|
||||
creators["summon water elemental"] = &summon_water_elemental;
|
||||
creators["deep freeze"] = &deep_freeze;
|
||||
creators["frostbolt and deep freeze"] = &frostbolt_and_deep_freeze;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user