mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 12:48:20 +00:00
svn -> git Migration
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 PatchFebruary112013Decoder : PatchJanuary162013Decoder
|
||||
{
|
||||
public PatchFebruary112013Decoder()
|
||||
{
|
||||
Version = "EQ Client Build Date February 11 2013.";
|
||||
|
||||
PatchConfFileName = "patch_Feb11-2013.conf";
|
||||
|
||||
SupportsSQLGeneration = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user