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

(cherry picked from commit 0c7c25d6ed)
This commit is contained in:
click
2015-03-08 06:35:15 +01:00
committed by Nayd
parent 5a1c4fca7c
commit 812e117b30

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())