mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
- Fixed Iron Assembly Rune of Power trigger (#1314)
This commit is contained in:
parent
f7bd9ae5c1
commit
e1a8bd66c5
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user