diff --git a/Scripts/Mobiles/Base/AI/MeleeAI.cs b/Scripts/Mobiles/Base/AI/MeleeAI.cs index a686286..1a06a70 100644 --- a/Scripts/Mobiles/Base/AI/MeleeAI.cs +++ b/Scripts/Mobiles/Base/AI/MeleeAI.cs @@ -114,7 +114,7 @@ namespace Server.Mobiles if ( !m_Mobile.Controlled && !m_Mobile.Summoned ) { - if ( m_Mobile.Hits < m_Mobile.HitsMax * 20/100 ) + if ( m_Mobile.Hits < m_Mobile.HitsMax * 10/100 ) { // We are low on health, should we flee? @@ -180,4 +180,4 @@ namespace Server.Mobiles return true; } } -} \ No newline at end of file +}