mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
fix(spell): paladin and dk aggro spell, warrior
This commit is contained in:
@@ -52,4 +52,10 @@ class RendDebuffTrigger : public DebuffTrigger
|
||||
public:
|
||||
RendDebuffTrigger(PlayerbotAI* botAI) : DebuffTrigger(botAI, "rend", 1, true) { }
|
||||
};
|
||||
|
||||
// class SlamTrigger : public HasAuraTrigger
|
||||
// {
|
||||
// public:
|
||||
// SlamTrigger(PlayerbotAI* ai) : HasAuraTrigger(ai, "slam!") {}
|
||||
// };
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user