mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
feat(Core/Spells): Allow modifying MiscValues during cast (#20731)
This commit is contained in:
@@ -2332,6 +2332,10 @@ void Spell::EffectSummonType(SpellEffIndex effIndex)
|
||||
return;
|
||||
|
||||
uint32 entry = m_spellInfo->Effects[effIndex].MiscValue;
|
||||
|
||||
if (m_spellValue->MiscVal[effIndex])
|
||||
entry = m_spellValue->MiscVal[effIndex];
|
||||
|
||||
if (!entry)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user