UOP map file compatibility fix for the 7.0.26.4 client patch.

This commit is contained in:
eos 2012-07-31 07:07:44 +00:00
parent 30402ee3d3
commit 7f1fd47bd8

View file

@ -721,7 +721,10 @@ namespace Server
int offset = m_Reader.ReadInt32();
if ( offset == 0 )
break;
{
stream.Seek( 30, SeekOrigin.Current );
continue;
}
m_Reader.ReadInt64();
int length = m_Reader.ReadInt32();