mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(Core/Spells): Increased Arcane Bolt effect radius to 40 yards. (#9217)
Fixes #8930
This commit is contained in:
@@ -7476,6 +7476,12 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
spellInfo->AuraInterruptFlags |= (AURA_INTERRUPT_FLAG_MELEE_ATTACK | AURA_INTERRUPT_FLAG_CAST);
|
||||
});
|
||||
|
||||
// Arcane Bolt
|
||||
ApplySpellFix({ 15979 }, [](SpellEntry* spellInfo)
|
||||
{
|
||||
spellInfo->RangeIndex = 3; // 20y
|
||||
});
|
||||
|
||||
for (uint32 i = 0; i < sSpellStore.GetNumRows(); ++i)
|
||||
{
|
||||
SpellEntry* spellInfo = (SpellEntry*)sSpellStore.LookupEntry(i);
|
||||
|
||||
Reference in New Issue
Block a user