mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08: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))
|
if (!target->HasAura(SPELL_RUNE_OF_POWER))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
if (target->GetVictim() != bot)
|
||||||
|
return false;
|
||||||
|
|
||||||
return botAI->IsTank(bot);
|
return botAI->IsTank(bot);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user