fix(Core/Scripting): fix a loop in the affected mod spell hook (#9948)
This commit is contained in:
parent
69683a3472
commit
b97cf91a15
1 changed files with 2 additions and 2 deletions
|
|
@ -133,8 +133,8 @@ bool ScriptMgr::OnIsAffectedBySpellModCheck(SpellInfo const* affectSpell, SpellI
|
|||
|
||||
if (ret && *ret)
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue