Scripts/Icecrown Citadel

* Terenas Menethil should start at 50% health
* Fixed melee damage in The Lich King encounter
This commit is contained in:
Shauren
2011-10-06 00:54:15 +02:00
parent 60efe048a5
commit b3d2552937
2 changed files with 44 additions and 0 deletions

View File

@@ -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);