Fixes several more expression issues and cast type check merges.

This commit is contained in:
Kamron Batman 2018-09-15 23:31:51 -07:00
parent f93c3b992e
commit 9542c79ea4
24 changed files with 106 additions and 145 deletions

View file

@ -3552,12 +3552,7 @@ namespace Server.Mobiles
private Item[] m_Items;
private int m_Page;
public ItemInsuranceMenuGump(PlayerMobile from, Item[] items)
: this(from, items, null, 0)
{
}
public ItemInsuranceMenuGump(PlayerMobile from, Item[] items, bool[] insure, int page)
public ItemInsuranceMenuGump(PlayerMobile from, Item[] items, bool[] insure = null, int page = 0)
: base(25, 50)
{
m_From = from;