Core/Object: Range check vol. 2

Port From (https://github.com/TrinityCore/TrinityCore/commit/a13a765610d964a3aa1bab1b41331c05e24a1f78)
This commit is contained in:
hondacrx
2021-12-07 13:53:35 -05:00
parent eb8535b7b2
commit 2ded315eaa
7 changed files with 78 additions and 65 deletions
+5
View File
@@ -6892,6 +6892,11 @@ namespace Game.Spells
return SpellCastResult.SpellCastOk;
}
case LockKeyType.Spell:
if (m_spellInfo.Id == lockInfo.Index[j])
return SpellCastResult.SpellCastOk;
reqKey = true;
break;
}
}