Core/Script: INFO->DEBUG notification changes in ToC

This commit is contained in:
click
2015-03-08 06:35:15 +01:00
parent a8a5fae4f9
commit 0c7c25d6ed

View File

@@ -336,7 +336,7 @@ class instance_trial_of_the_crusader : public InstanceMapScript
if (type < MAX_ENCOUNTERS)
{
TC_LOG_INFO("scripts", "[ToCr] BossState(type %u) %u = state %u;", type, GetBossState(type), state);
TC_LOG_DEBUG("scripts", "[ToCr] BossState(type %u) %u = state %u;", type, GetBossState(type), state);
if (state == FAIL)
{
if (instance->IsHeroic())