Core/UpdateFields: Fixes areatriggers from spells being really small.

This commit is contained in:
hondacrx
2021-02-21 13:56:25 -05:00
parent 470792f77f
commit 22100aa2f2
6 changed files with 16 additions and 18 deletions
+1 -1
View File
@@ -4040,7 +4040,7 @@ namespace Game.Spells
{
m_caster.ClearChannelObjects();
m_caster.SetChannelSpellId(0);
m_caster.SetChannelVisual(default);
m_caster.SetChannelVisual(new SpellCastVisualField());
}
SpellChannelUpdate spellChannelUpdate = new SpellChannelUpdate();