From 0257244a738974335e685601ec9c628707f32f34 Mon Sep 17 00:00:00 2001 From: morkt Date: Sat, 3 Feb 2018 19:52:15 +0400 Subject: [PATCH] added signature. --- ArcFormats/Malie/ArcLIB.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/Malie/ArcLIB.cs b/ArcFormats/Malie/ArcLIB.cs index d20c6eba..16f1c4e1 100644 --- a/ArcFormats/Malie/ArcLIB.cs +++ b/ArcFormats/Malie/ArcLIB.cs @@ -134,7 +134,7 @@ namespace GameRes.Formats.Malie public DatOpener () { Extensions = new string[] { "lib", "dat" }; - Signatures = new uint[] { 0, 0x3F503FB1, 0xC237434E, 0x8CD11522 }; + Signatures = new uint[] { 0, 0x3F503FB1, 0xC237434E, 0x8CD11522, 0x09D411A7 }; } public override ArcFile TryOpen (ArcView file)