Renamed PickRandom to SelectRandom

This commit is contained in:
hondacrx
2017-06-21 11:57:04 -04:00
parent d16d6d57f0
commit 430507a10a
28 changed files with 54 additions and 53 deletions
@@ -2188,7 +2188,7 @@ namespace Scripts.Northrend.IcecrownCitadel
if (!targets.Empty())
{
WorldObject target = targets.PickRandom();
WorldObject target = targets.SelectRandom();
targets.Clear();
targets.Add(target);
}
@@ -2250,7 +2250,7 @@ namespace Scripts.Northrend.IcecrownCitadel
{
if (!targets.Empty())
{
WorldObject target = targets.PickRandom();
WorldObject target = targets.SelectRandom();
targets.Clear();
targets.Add(target);
}