mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Scripts/AzjolNerub: Make pulling Anub'arak a bit cleaner.
(cherry picked from commit 59cbea00bc)
This commit is contained in:
@@ -128,6 +128,8 @@ public:
|
||||
_petCount = 0;
|
||||
}
|
||||
|
||||
bool CanAIAttack(Unit const* /*who*/) const override { return true; } // do not check boundary here
|
||||
|
||||
void EnterCombat(Unit* who) override
|
||||
{
|
||||
BossAI::EnterCombat(who);
|
||||
|
||||
Reference in New Issue
Block a user