mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(Core/Spell): Move SelectTrajTarget log to Debug (#11465)
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/6785
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user