This commit is contained in:
parent
bf038f7175
commit
d003f109a5
1 changed files with 1 additions and 1 deletions
|
|
@ -2116,7 +2116,7 @@ namespace Server.Network
|
|||
|
||||
public sealed class MultiTargetReqHS : Packet
|
||||
{
|
||||
public MultiTargetReq( MultiTarget t ) : base( 0x99, 30 )
|
||||
public MultiTargetReqHS( MultiTarget t ) : base( 0x99, 30 )
|
||||
{
|
||||
m_Stream.Write( (bool) t.AllowGround );
|
||||
m_Stream.Write( (int) t.TargetID );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue