mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-18 07:38:22 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using EQExtractor2.InternalTypes;
|
||||
using EQExtractor2.OpCodes;
|
||||
using EQPacket;
|
||||
using MyUtils;
|
||||
|
||||
namespace EQExtractor2.Patches
|
||||
{
|
||||
class PatchMay242011Decoder : PatchMay122011Decoder
|
||||
{
|
||||
public PatchMay242011Decoder()
|
||||
{
|
||||
Version = "EQ Client Build Date May 24 2011.";
|
||||
|
||||
ExpectedPPLength = 28856;
|
||||
|
||||
PPZoneIDOffset = 21524;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user