mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
Scripts/AzjolNerub: Make pulling Anub'arak a bit cleaner.
This commit is contained in:
@@ -121,6 +121,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