Fixes several more expression issues and cast type check merges.
This commit is contained in:
parent
f93c3b992e
commit
9542c79ea4
24 changed files with 106 additions and 145 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue