DawnsMusicBoxGump nullref
This commit is contained in:
parent
414d06cd6f
commit
277160d2eb
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ namespace Server.Gumps
|
|||
page++;
|
||||
}
|
||||
|
||||
if (info == null)
|
||||
continue;
|
||||
|
||||
AddButton( 19, y, 0x845, 0x846, 100 + i, GumpButtonType.Reply, 0 );
|
||||
AddHtmlLocalized( 44, y - 2, 213, 20, info.Name, 0x7FFF, false, false );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue