fix(Scripts/UBRS): Set Gyth's encounter state on death (#9189)
This commit is contained in:
parent
ec8f95f133
commit
12faaaad18
1 changed files with 4 additions and 1 deletions
|
|
@ -94,7 +94,10 @@ public:
|
|||
}
|
||||
|
||||
// Prevent clearing summon list, otherwise Rend despawns if the drake is killed first.
|
||||
void JustDied(Unit* /*killer*/) override { }
|
||||
void JustDied(Unit* /*killer*/) override
|
||||
{
|
||||
instance->SetBossState(DATA_GYTH, DONE);
|
||||
}
|
||||
|
||||
void DamageTaken(Unit* /*attacker*/, uint32& damage, DamageEffectType /*type*/, SpellSchoolMask /*school*/) override
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue