diff options
author | click <click@gonnamakeyou.com> | 2015-03-08 06:35:15 +0100 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2015-03-08 06:35:15 +0100 |
commit | 0c7c25d6ed05355c1dfd0e1ca1179d8f20602073 (patch) | |
tree | 8e5bacf93716f4b8ca1195032cc3910ba0d752e9 /src | |
parent | a8a5fae4f9055d1099b63bb462cbc5b0b47c2d48 (diff) |
Core/Script: INFO->DEBUG notification changes in ToC
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/instance_trial_of_the_crusader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/instance_trial_of_the_crusader.cpp b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/instance_trial_of_the_crusader.cpp index 4f883fd7e90..61dded05500 100644 --- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/instance_trial_of_the_crusader.cpp +++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/instance_trial_of_the_crusader.cpp @@ -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()) |