fix(Scripts/Icecrown): Lich King should not evade attacks on last phase (#11146)
Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
This commit is contained in:
parent
856aed6fc6
commit
e139ed1c0b
2 changed files with 4 additions and 3 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648266327758563400');
|
||||
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|512 WHERE `entry` IN (36597, 39166, 39167, 39168);
|
||||
|
|
@ -818,9 +818,7 @@ public:
|
|||
{
|
||||
damage = me->GetHealth() - 1;
|
||||
me->SetDisableGravity(false);
|
||||
me->SendMonsterMove(me->GetPositionX() + 0.25f, me->GetPositionY(), 840.86f, 300, SPLINEFLAG_FALLING);
|
||||
me->m_positionZ = 840.86f;
|
||||
me->SetOrientation(0.0f);
|
||||
me->GetMotionMaster()->MoveFall();
|
||||
if (Creature* frostmourne = me->FindNearestCreature(NPC_FROSTMOURNE_TRIGGER, 50.0f))
|
||||
frostmourne->DespawnOrUnsummon(1);
|
||||
if (Creature* terenas = me->FindNearestCreature(NPC_TERENAS_MENETHIL_OUTRO, 50.0f))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue