fix(Scripts/TempleOfAhnQiraj): Skeram copies shouldn't save raid cd (#13422)

This commit is contained in:
Angelo Venturini
2022-10-17 01:26:20 -03:00
committed by GitHub
parent a949f812a7
commit 2af95abc2c
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra`&~1 WHERE `entry` = 15263;

View File

@@ -134,6 +134,8 @@ struct boss_skeram : public BossAI
{
_JustDied();
Talk(SAY_DEATH);
if (me->GetMap() && me->GetMap()->ToInstanceMap())
me->GetMap()->ToInstanceMap()->PermBindAllPlayers();
}
else
me->RemoveCorpse();