Renamed PickRandom to SelectRandom
This commit is contained in:
@@ -769,7 +769,7 @@ namespace Scripts.World.NpcSpecial
|
||||
|
||||
if (!targets.Empty())
|
||||
{
|
||||
_lastTargetGUID = targets.PickRandom().GetGUID();
|
||||
_lastTargetGUID = targets.SelectRandom().GetGUID();
|
||||
|
||||
return _lastTargetGUID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user