UOP map file compatibility fix for the 7.0.26.4 client patch.
This commit is contained in:
parent
30402ee3d3
commit
7f1fd47bd8
1 changed files with 4 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue