mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-18 20:08:21 +00:00
EQExtractor2 update.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Diagnostics;
|
||||
using System.Collections.Generic;
|
||||
using EQExtractor2.InternalTypes;
|
||||
using EQExtractor2.OpCodes;
|
||||
using EQPacket;
|
||||
using MyUtils;
|
||||
|
||||
namespace EQExtractor2.Patches
|
||||
{
|
||||
class PatchApril152013Decoder : PatchMarch132013Decoder
|
||||
{
|
||||
public PatchApril152013Decoder()
|
||||
{
|
||||
Version = "EQ Client Build Date April 15 2013.";
|
||||
|
||||
PatchConfFileName = "patch_April15-2013.conf";
|
||||
|
||||
SupportsSQLGeneration = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user