fix(Core/Spell): Move SelectTrajTarget log to Debug (#11465)

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/6785
This commit is contained in:
Kitzunu
2022-04-21 18:22:37 +02:00
committed by GitHub
parent d38b6ce0db
commit 90c47ca61a

View File

@@ -1683,7 +1683,7 @@ void Spell::SelectImplicitTrajTargets(SpellEffIndex effIndex, SpellImplicitTarge
if (a > -0.0001f)
a = 0;
LOG_ERROR("spells", "Spell::SelectTrajTargets: a {} b {}", a, b);
LOG_DEBUG("spells", "Spell::SelectTrajTargets: a {} b {}", a, b);
// Xinef: hack for distance, many trajectory spells have RangeEntry 1 (self)
float bestDist = m_spellInfo->GetMaxRange(false) * 2;