From 3ea5130b5214132b0deecd0d8e56342989690b52 Mon Sep 17 00:00:00 2001
From: jonwd7 <jon.wd7@gmail.com>
Date: Thu, 1 Jun 2017 18:33:31 -0400
Subject: [PATCH] HavokMaterial update

For a couple Oblivion NIFs which are pre-Havok version yet somehow use Havok..
---
 nif.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nif.xml b/nif.xml
index 03e177f..3bb4ded 100644
--- a/nif.xml
+++ b/nif.xml
@@ -1640,7 +1640,7 @@
     </compound>
 
     <compound name="HavokMaterial">
-        <add name="Material" type="OblivionHavokMaterial" vercond="(Version == 20.0.0.5)">The material of the shape.</add>
+        <add name="Material" type="OblivionHavokMaterial" ver1="20.0.0.4" ver2="20.0.0.5">The material of the shape.</add>
         <add name="Material" type="Fallout3HavokMaterial" vercond="(Version == 20.2.0.7) &amp;&amp; (User Version 2 &lt;= 34)">The material of the shape.</add>
         <add name="Material" type="SkyrimHavokMaterial" vercond="(Version == 20.2.0.7) &amp;&amp; (User Version 2 &gt; 34)">The material of the shape.</add>
     </compound>
-- 
GitLab