mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-14 15:53:45 +00:00
fix(spell): paladin and dk aggro spell, warrior
This commit is contained in:
@@ -173,7 +173,7 @@ class GenericPaladinStrategyActionNodeFactory : public NamedObjectFactory<Action
|
||||
}
|
||||
static ActionNode* avengers_shield(PlayerbotAI* ai)
|
||||
{
|
||||
return new ActionNode ("righteous defense",
|
||||
return new ActionNode ("avenger's shield",
|
||||
/*P*/ NULL,
|
||||
/*A*/ NextAction::array(0, new NextAction("judgement of wisdom"), NULL),
|
||||
/*C*/ NULL);
|
||||
|
||||
Reference in New Issue
Block a user