mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Constants] Convert SE Defines to SpellEffect Namespace (#4999)
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user