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

This commit is contained in:
click
2015-03-08 06:12:01 +01:00
parent 64584e9e7a
commit a31bc08e44

View File

@@ -1314,7 +1314,7 @@ void Pet::_LoadAuras(uint32 timediff)
}
aura->SetLoadedState(maxduration, remaintime, remaincharges, stackcount, recalculatemask, &damage[0]);
aura->ApplyForTargets();
TC_LOG_INFO("entities.pet", "Added aura spellid %u, effectmask %u", spellInfo->Id, effmask);
TC_LOG_DEBUG("entities.pet", "Added aura spellid %u, effectmask %u", spellInfo->Id, effmask);
}
}
while (result->NextRow());