[Constants] Convert SE Defines to SpellEffect Namespace (#4999)

This commit is contained in:
Alex King
2025-08-30 15:33:19 -04:00
committed by GitHub
parent 92c8b0e585
commit 060f6e377d
26 changed files with 2865 additions and 2866 deletions
+2 -2
View File
@@ -615,7 +615,7 @@ void Client::AI_SpellCast()
continue;
}
if(IsEffectInSpell(current_spell, SE_Charm))
if(IsEffectInSpell(current_spell, SpellEffect::Charm))
{
continue;
}
@@ -724,7 +724,7 @@ void Client::AI_Process()
{
if(!IsFeared() && !IsLD())
{
BuffFadeByEffect(SE_Charm);
BuffFadeByEffect(SpellEffect::Charm);
return;
}
}