mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 00:58:33 +00:00
- Fixed Iron Assembly Rune of Power trigger (#1314)
This commit is contained in:
@@ -286,6 +286,9 @@ bool IronAssemblyRuneOfPowerTrigger::IsActive()
|
||||
if (!target->HasAura(SPELL_RUNE_OF_POWER))
|
||||
return false;
|
||||
|
||||
if (target->GetVictim() != bot)
|
||||
return false;
|
||||
|
||||
return botAI->IsTank(bot);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user