diff --git a/src/scripts/EasternKingdoms/Karazhan/boss_terestian_illhoof.cpp b/src/scripts/EasternKingdoms/Karazhan/boss_terestian_illhoof.cpp index a615de74a..b163cd1e7 100644 --- a/src/scripts/EasternKingdoms/Karazhan/boss_terestian_illhoof.cpp +++ b/src/scripts/EasternKingdoms/Karazhan/boss_terestian_illhoof.cpp @@ -303,7 +303,7 @@ public: } } else - DoCast(me, SPELL_SUMMON_IMP, true); + DoCast(me, SPELL_SUMMON_IMP, true); } void EnterCombat(Unit* /*who*/)