Adds more packet tests (#166)
This commit is contained in:
parent
ee06eb4407
commit
e17195ca80
22 changed files with 1203 additions and 277 deletions
|
|
@ -634,9 +634,9 @@ namespace Server.Items
|
|||
if (ns != null)
|
||||
{
|
||||
if (ns.HighSeas)
|
||||
to.Send(new ContainerDisplayHS(this));
|
||||
to.Send(new ContainerDisplayHS(Serial, GumpID));
|
||||
else
|
||||
to.Send(new ContainerDisplay(this));
|
||||
to.Send(new ContainerDisplay(Serial, GumpID));
|
||||
|
||||
SendContentTo(ns);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue