mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Scripts/Icecrown Citadel
* Terenas Menethil should start at 50% health * Fixed melee damage in The Lich King encounter
This commit is contained in:
@@ -1703,6 +1703,8 @@ class npc_terenas_menethil : public CreatureScript
|
||||
{
|
||||
case ACTION_FROSTMOURNE_INTRO:
|
||||
me->setActive(true);
|
||||
if (!IsHeroic())
|
||||
me->SetHealth(me->GetMaxHealth() / 2);
|
||||
DoCast(me, SPELL_LIGHTS_FAVOR);
|
||||
_events.Reset();
|
||||
_events.ScheduleEvent(EVENT_FROSTMOURNE_TALK_1, 2000, PHASE_FROSTMOURNE);
|
||||
|
||||
Reference in New Issue
Block a user