fix(Scripts/TempleOfAhnQiraj): Skeram copies shouldn't save raid cd (#13422)
This commit is contained in:
parent
a949f812a7
commit
2af95abc2c
2 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra`&~1 WHERE `entry` = 15263;
|
||||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue