aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Northrend/Ulduar/Ulduar/boss_xt002.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_xt002.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_xt002.cpp
index 358eedf1809..782bbe1073c 100644
--- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_xt002.cpp
+++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_xt002.cpp
@@ -81,6 +81,7 @@ enum Spells
// Scrabot:
SPELL_SCRAPBOT_RIDE_VEHICLE = 47020,
+ SPELL_SCRAP_REPAIR = 62832,
SPELL_SUICIDE = 7,
//------------------BOOMBOT-----------------------
@@ -317,6 +318,7 @@ class boss_xt002 : public CreatureScript
++_heartExposed;
Talk(EMOTE_SCRAPBOT);
+ DoCast(who, SPELL_SCRAP_REPAIR, true);
_healthRecovered = true;
}