mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-02 10:23:47 +00:00
Revert classes folder
This commit is contained in:
@@ -60,8 +60,8 @@ FrostMageStrategy::FrostMageStrategy(PlayerbotAI* botAI) : GenericMageStrategy(b
|
|||||||
NextAction** FrostMageStrategy::getDefaultActions()
|
NextAction** FrostMageStrategy::getDefaultActions()
|
||||||
{
|
{
|
||||||
return NextAction::array(0, new NextAction("frostbolt", ACTION_DEFAULT + 0.2f),
|
return NextAction::array(0, new NextAction("frostbolt", ACTION_DEFAULT + 0.2f),
|
||||||
new NextAction("fireball", ACTION_DEFAULT + 0.1f),
|
new NextAction("shoot", ACTION_DEFAULT + 0.1f),
|
||||||
new NextAction("shoot", ACTION_DEFAULT), nullptr);
|
new NextAction("fireball", ACTION_DEFAULT), nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
void FrostMageStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
void FrostMageStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user