mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user