mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 13:47:23 +01:00
Scripts/XT002: Fixed Scrapbot repair
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user