Updated to 7.3.5.25996 (Db2 files not updated)
This commit is contained in:
@@ -1566,7 +1566,11 @@ namespace Scripts.Northrend.IcecrownCitadel
|
||||
|
||||
return true;
|
||||
});
|
||||
targets = targets.SelectRandom(2).ToList();
|
||||
|
||||
var newTargets = targets.SelectRandom(2);
|
||||
targets.Clear();
|
||||
|
||||
targets.AddRange(newTargets);
|
||||
}
|
||||
|
||||
void Land(uint effIndex)
|
||||
|
||||
Reference in New Issue
Block a user