Scripts/XT002: Fixed Scrapbot repair

This commit is contained in:
joschiwald
2017-05-25 10:43:33 +02:00
parent f9b709cce3
commit 08482bfc0d
2 changed files with 3 additions and 30 deletions

View File

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