From fed7745781dd3c2a6862cac4cf887c8d4b24feaa Mon Sep 17 00:00:00 2001 From: lee1991 Date: Mon, 9 Jan 2017 18:37:02 +0000 Subject: [PATCH] indention fix --- src/scripts/EasternKingdoms/Karazhan/boss_terestian_illhoof.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/)