mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-21 12:37:05 +00:00
major class spells
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
#include "Playerbots.h"
|
||||
#include "ServerFacade.h"
|
||||
|
||||
bool AdrenalineRushTrigger::isPossible()
|
||||
{
|
||||
return !botAI->HasAura("stealth", bot);
|
||||
}
|
||||
// bool AdrenalineRushTrigger::isPossible()
|
||||
// {
|
||||
// return !botAI->HasAura("stealth", bot);
|
||||
// }
|
||||
|
||||
bool UnstealthTrigger::IsActive()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user