mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 09:39:11 +00:00
fix(Core/Creature): Fix bosses with hard reset flag not respawning an… (#14862)
This commit is contained in:
@@ -438,6 +438,8 @@ public:
|
||||
|
||||
InstanceScript* const instance;
|
||||
|
||||
bool CanRespawn() override;
|
||||
|
||||
void JustSummoned(Creature* summon) override;
|
||||
void SummonedCreatureDespawn(Creature* summon) override;
|
||||
void SummonedCreatureDespawnAll() override;
|
||||
|
||||
Reference in New Issue
Block a user