mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
fix(Scripts/BossAI): add optional variable to BossAI class to make sure the boss calls for help (#18630)
init
This commit is contained in:
@@ -462,6 +462,8 @@ public:
|
||||
BossAI(Creature* creature, uint32 bossId);
|
||||
~BossAI() override {}
|
||||
|
||||
float callForHelpRange;
|
||||
|
||||
InstanceScript* const instance;
|
||||
|
||||
bool CanRespawn() override;
|
||||
|
||||
Reference in New Issue
Block a user