mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-18 15:58:21 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using EQExtractor2.InternalTypes;
|
||||
using EQExtractor2.OpCodes;
|
||||
using EQPacket;
|
||||
using MyUtils;
|
||||
|
||||
namespace EQExtractor2.Patches
|
||||
{
|
||||
class PatchJune252012Decoder : PatchMar152012Decoder
|
||||
{
|
||||
public PatchJune252012Decoder()
|
||||
{
|
||||
Version = "EQ Client Build Date June 25 2012.";
|
||||
|
||||
PatchConfFileName = "patch_June25-2012.conf";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user