diff --git a/Projects/UOContent/Mobiles/Special/BaseChampion.cs b/Projects/UOContent/Mobiles/Special/BaseChampion.cs index ac1b1bb33..92359bb84 100644 --- a/Projects/UOContent/Mobiles/Special/BaseChampion.cs +++ b/Projects/UOContent/Mobiles/Special/BaseChampion.cs @@ -318,7 +318,7 @@ namespace Server.Mobiles g.MoveToWorld(new Point3D(m_X, m_Y, z), m_Map); - if (Utility.RandomDouble() < 0.95) + if (Utility.RandomDouble() < 0.05) { return; } diff --git a/Projects/UOContent/Mobiles/Special/Harrower.cs b/Projects/UOContent/Mobiles/Special/Harrower.cs index ef065d74a..547fa6822 100644 --- a/Projects/UOContent/Mobiles/Special/Harrower.cs +++ b/Projects/UOContent/Mobiles/Special/Harrower.cs @@ -650,7 +650,7 @@ namespace Server.Mobiles g.MoveToWorld(new Point3D(m_X, m_Y, z), m_Map); - if (Utility.RandomDouble() < 0.95) + if (Utility.RandomDouble() < 0.05) { return; }