Core/Scripts: Remove useless SD2 error log (#17691)

* Core/Scripts:  Remove useless log message (ref. joschiwald)
This commit is contained in:
tkrokli
2016-07-31 06:08:43 +02:00
committed by Aokromes
parent dff18152fc
commit 8fdb9b4579

View File

@@ -90,8 +90,6 @@ enum IllidariCouncil
SPELL_BERSERK = 45078
};
#define ERROR_INST_DATA "SD2 ERROR: Instance Data for Black Temple not set properly; Illidari Council event will not function properly."
struct CouncilYells
{
int32 entry;
@@ -165,7 +163,7 @@ public:
Council[1] = instance->GetGuidData(DATA_VERAS_DARKSHADOW);
Council[2] = instance->GetGuidData(DATA_LADY_MALANDE);
Council[3] = instance->GetGuidData(DATA_HIGH_NETHERMANCER_ZEREVOR);
} else TC_LOG_ERROR("scripts", ERROR_INST_DATA);
}
}
void EnterCombat(Unit* /*who*/) override { }