fix(Core/Creature): Fix bosses with hard reset flag not respawning an… (#14862)

This commit is contained in:
Skjalf
2023-02-04 15:35:53 -03:00
committed by GitHub
parent c08a5ba3fa
commit 8aa331b432
3 changed files with 23 additions and 1 deletions

View File

@@ -438,6 +438,8 @@ public:
InstanceScript* const instance;
bool CanRespawn() override;
void JustSummoned(Creature* summon) override;
void SummonedCreatureDespawn(Creature* summon) override;
void SummonedCreatureDespawnAll() override;