fix(Core/Spell): Move SelectTrajTarget log to Debug (#11465)
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/6785
This commit is contained in:
parent
d38b6ce0db
commit
90c47ca61a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue