aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-10-06 00:54:15 +0200
committerShauren <shauren.trinity@gmail.com>2011-10-06 00:54:15 +0200
commitb3d2552937f36cb735e2aed8042936f92d7a6ba7 (patch)
tree26a528e0943d3a39f5530b7fab40842d207fbf09 /src
parent60efe048a51e01eac87bafca05068567b25e85f3 (diff)
Scripts/Icecrown Citadel
* Terenas Menethil should start at 50% health * Fixed melee damage in The Lich King encounter
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp
index 10cada636da..2bcfe88b349 100644
--- a/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp
+++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp
@@ -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);