Core: Pet.cpp - INFO -> DEBUG level notifications...

(cherry picked from commit a31bc08e44)

Conflicts:
	src/server/game/Entities/Pet/Pet.cpp
This commit is contained in:
click
2015-03-08 06:12:01 +01:00
committed by Nayd
parent cbe97cc37d
commit fb9b203be9

View File

@@ -1251,7 +1251,7 @@ void Pet::_LoadAuras(uint32 timediff)
aura->SetLoadedState(maxDuration, remainTime, remainCharges, stackCount, recalculateMask, info.Amounts.data());
aura->ApplyForTargets();
TC_LOG_INFO("entities.pet", "Added aura spellid %u, effectmask %u", spellInfo->Id, key.EffectMask);
TC_LOG_DEBUG("entities.pet", "Added aura spellid %u, effectmask %u", spellInfo->Id, key.EffectMask);
}
}
while (auraResult->NextRow());