mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-19 03:35:43 +00:00
Fix: Updated to work with newer commits of AzerothCore
This commit is contained in:
@@ -59,7 +59,7 @@ bool StealthTrigger::IsActive()
|
||||
|
||||
bool SapTrigger::IsPossible()
|
||||
{
|
||||
return bot->getLevel() > 10 && bot->HasSpell(6770) && !bot->IsInCombat();
|
||||
return bot->GetLevel() > 10 && bot->HasSpell(6770) && !bot->IsInCombat();
|
||||
}
|
||||
|
||||
bool SprintTrigger::IsPossible()
|
||||
|
||||
Reference in New Issue
Block a user