Fixes gumps (#112)
This commit is contained in:
parent
c116dff3e8
commit
3e715bcb60
4 changed files with 41 additions and 48 deletions
|
|
@ -108,7 +108,7 @@ namespace Server.Gumps
|
|||
Add(new GumpGroup(group));
|
||||
}
|
||||
|
||||
public void AddTooltip(int number, string args)
|
||||
public void AddTooltip(int number, string args = null)
|
||||
{
|
||||
Add(new GumpTooltip(number, args));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue