Fixes packet length & PropertyList (#82)
This commit is contained in:
parent
1f1ceade8c
commit
27e8d823bd
20 changed files with 251 additions and 225 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue