DawnsMusicBoxGump nullref

This commit is contained in:
Mark Sturgill 2013-09-18 01:11:53 -07:00
parent 414d06cd6f
commit 277160d2eb

View file

@ -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 );
}