Fixes publishing
This commit is contained in:
parent
6119774dc9
commit
58be0d416c
53 changed files with 981 additions and 1225 deletions
|
|
@ -20,7 +20,7 @@ namespace Server.Gumps
|
|||
Parent = parent;
|
||||
|
||||
if (xml.MoveToAttribute("type"))
|
||||
Type = ScriptCompiler.FindTypeByFullName(xml.Value, false);
|
||||
Type = AssemblyHandler.FindTypeByFullName(xml.Value, false);
|
||||
|
||||
if (xml.MoveToAttribute("gfx"))
|
||||
ItemID = XmlConvert.ToInt32(xml.Value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue