mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Frost mage AI
This commit is contained in:
parent
e30d823f03
commit
b36521a353
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user