mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
fix(Scripts/TempleOfAhnQiraj): Skeram copies shouldn't save raid cd (#13422)
This commit is contained in:
@@ -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();
|
_JustDied();
|
||||||
Talk(SAY_DEATH);
|
Talk(SAY_DEATH);
|
||||||
|
if (me->GetMap() && me->GetMap()->ToInstanceMap())
|
||||||
|
me->GetMap()->ToInstanceMap()->PermBindAllPlayers();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
me->RemoveCorpse();
|
me->RemoveCorpse();
|
||||||
|
|||||||
Reference in New Issue
Block a user