mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
*Ulduar: allow player to use electroshock to interrupt flame levi's flame vent.
--HG-- branch : trunk
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
|
||||
#define SPELL_HODIR_FURY 62297 // Not Blizzlike
|
||||
|
||||
#define SPELL_ELECTROSHOCK 62522
|
||||
|
||||
enum Mobs
|
||||
{
|
||||
MOB_MECHANOLIFT = 33214,
|
||||
@@ -109,6 +111,8 @@ struct TRINITY_DLL_DECL boss_flame_leviathanAI : public BossAI
|
||||
{
|
||||
if(spell->Id == 62472)
|
||||
vehicle->InstallAllAccessories();
|
||||
else if(spell->Id == SPELL_ELECTROSHOCK)
|
||||
me->InterruptSpell(CURRENT_CHANNELED_SPELL);
|
||||
}
|
||||
|
||||
void UpdateAI(const uint32 diff)
|
||||
|
||||
Reference in New Issue
Block a user