Adds more packet tests (#166)

This commit is contained in:
Kamron Batman 2020-07-03 19:03:10 -07:00 committed by GitHub
parent ee06eb4407
commit e17195ca80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 1203 additions and 277 deletions

View file

@ -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);