Core/Players: Fix logic in CanSeeSpellClickOn

Port From (https://github.com/TrinityCore/TrinityCore/commit/80421d7cacb5bac4d18ac03e25e007552af55370)
This commit is contained in:
hondacrx
2021-11-29 14:26:15 -05:00
parent 6ae530a740
commit e5148a7fd1
+1 -1
View File
@@ -252,7 +252,7 @@ namespace Game.Entities
var clickBounds = Global.ObjectMgr.GetSpellClickInfoMapBounds(creature.GetEntry());
if (clickBounds.Empty())
return false;
return true;
foreach (var spellClickInfo in clickBounds)
{