fix(Core/Creature): Fix bosses with hard reset flag not respawning an… (#14862)
This commit is contained in:
parent
c08a5ba3fa
commit
8aa331b432
3 changed files with 23 additions and 1 deletions
|
|
@ -438,6 +438,8 @@ public:
|
|||
|
||||
InstanceScript* const instance;
|
||||
|
||||
bool CanRespawn() override;
|
||||
|
||||
void JustSummoned(Creature* summon) override;
|
||||
void SummonedCreatureDespawn(Creature* summon) override;
|
||||
void SummonedCreatureDespawnAll() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue