set Akilzon call for help

boss should pull trash
This commit is contained in:
Jelle Meeus
2024-11-26 14:49:06 +01:00
parent 0e7078ddc7
commit 99143339a9

View File

@@ -59,7 +59,10 @@ constexpr auto NPC_SOARING_EAGLE = 24858;
struct boss_akilzon : public BossAI
{
boss_akilzon(Creature* creature) : BossAI(creature, DATA_AKILZON), _isRaining(false) { }
boss_akilzon(Creature* creature) : BossAI(creature, DATA_AKILZON), _isRaining(false)
{
callForHelpRange = 105.0f;
}
void Reset() override
{