mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Script: INFO->DEBUG notification changes in ToC
(cherry picked from commit 0c7c25d6ed)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user