Fixes packet length & PropertyList (#82)

This commit is contained in:
Kamron Batman 2020-01-21 21:00:56 -08:00 committed by GitHub
parent 1f1ceade8c
commit 27e8d823bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 251 additions and 225 deletions

View file

@ -1370,9 +1370,9 @@ namespace Server.Items
return base.CanEquip(from);
}
public override bool CheckPropertyConfliction(Mobile m)
public override bool CheckPropertyConflict(Mobile m)
{
if (base.CheckPropertyConfliction(m))
if (base.CheckPropertyConflict(m))
return true;
if (Layer == Layer.Pants)